diff options
author | Raúl Benencia <id@rbenencia.name> | 2024-10-27 16:44:45 -0700 |
---|---|---|
committer | Raúl Benencia <id@rbenencia.name> | 2024-10-27 16:44:45 -0700 |
commit | 58e9ecb13a3a01a9dcacc03c467a220f0681bb17 (patch) | |
tree | d97377aef2802f017eac9ea18a2b5392dae56d1f /.emacs.d/rul-emacs.org | |
parent | fba678fa1c21d35e0972c4036c0e209e155d07b6 (diff) |
emacs: mv auto-fill.el to package rul-write
Diffstat (limited to '.emacs.d/rul-emacs.org')
-rw-r--r-- | .emacs.d/rul-emacs.org | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.emacs.d/rul-emacs.org b/.emacs.d/rul-emacs.org index 44e7465..57394ee 100644 --- a/.emacs.d/rul-emacs.org +++ b/.emacs.d/rul-emacs.org @@ -200,8 +200,6 @@ Now, I simply start it from Emacs itself. This approach works well for me. (require 'rul-write) ;; Init parts (will be deprecated in favor of packages) -(load-file "~/.emacs.d/rul-init.d/themes.el") -(load-file "~/.emacs.d/rul-init.d/auto-fill.el") (load-file "~/.emacs.d/rul-init.d/flycheck.el") (load-file "~/.emacs.d/rul-init.d/flyspell.el") (load-file "~/.emacs.d/rul-init.d/fonts.el") |