Working on Emacs
- now my custom Emacs package lives inside `pkgs/` - small org-mode updates - added custom Emacs commands to rebuild NixOS
This commit is contained in:
parent
ce354185e8
commit
54a41ac797
6 changed files with 73 additions and 51 deletions
|
@ -1,5 +1,10 @@
|
|||
(use-package org
|
||||
:init (setq fill-column 80)
|
||||
:hook (org-mode . refill-mode))
|
||||
:init
|
||||
(setq fill-column 80)
|
||||
:hook
|
||||
((org-mode . refill-mode)
|
||||
(org-mode . (lambda () (org-superstar-mode 1)))
|
||||
(org-mode . prettify-symbols-mode)))
|
||||
|
||||
|
||||
(provide 'config-org)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue