Add center-content-mode

This commit is contained in:
larstvei 2024-09-24 08:28:24 +02:00
parent 82790351a1
commit dbbfdcc67f
2 changed files with 12 additions and 1 deletions

View File

@ -278,7 +278,8 @@
(setq load-path (setq load-path
(append (append
(let ((load-path (copy-sequence load-path))) (let ((load-path (copy-sequence load-path)))
(normal-top-level-add-subdirs-to-load-path)) load-path)))) (normal-top-level-add-subdirs-to-load-path))
load-path))))
#+end_src #+end_src
@ -538,6 +539,15 @@
#+end_src #+end_src
** Center content mode
#+begin_src emacs-lisp
(use-package center-content-mode
:ensure nil)
#+end_src
* Mac OS X * Mac OS X
I run this configuration mostly on macOS, so we need a couple of settings to I run this configuration mostly on macOS, so we need a couple of settings to

@ -0,0 +1 @@
Subproject commit 6527a1c8148c69b730d8d5517ee48fede5720f21