diff options
author | Raul Benencia <rul@kalgan.cc> | 2021-05-10 07:57:04 -0700 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2021-05-10 07:57:04 -0700 |
commit | 0b709480a8fa9e365f89386185b13b23af48c3e2 (patch) | |
tree | b3ab50ed638b279044456f55b3e9cb910664784d /.emacs | |
parent | 89172175cbfb63640d1ca8470f8c9355639d8fc9 (diff) |
package-initialize no longer needed in emacs 27
Diffstat (limited to '.emacs')
-rw-r--r-- | .emacs | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1,7 +1,4 @@ ;; Load up the general config - -(package-initialize) - (load-file "~/.emacs.local.d/general.el") ;; Modes |