mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-25 23:18:30 +00:00
Add center-content-mode
This commit is contained in:
parent
82790351a1
commit
dbbfdcc67f
12
init.org
12
init.org
@ -278,7 +278,8 @@
|
||||
(setq load-path
|
||||
(append
|
||||
(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
|
||||
|
||||
@ -538,6 +539,15 @@
|
||||
|
||||
#+end_src
|
||||
|
||||
** Center content mode
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
|
||||
(use-package center-content-mode
|
||||
:ensure nil)
|
||||
|
||||
#+end_src
|
||||
|
||||
* Mac OS X
|
||||
|
||||
I run this configuration mostly on macOS, so we need a couple of settings to
|
||||
|
1
site-lisp/center-content-mode
Submodule
1
site-lisp/center-content-mode
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 6527a1c8148c69b730d8d5517ee48fede5720f21
|
Loading…
Reference in New Issue
Block a user