diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-22 13:40:30 -0600 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-22 13:40:30 -0600 |
commit | 0c8ed5f29499f502235ab93d87d3f355d20fd7bb (patch) | |
tree | 0f73e576e7ccf75395d0bd00e217612ac760b797 /common | |
parent | cc6080495333a6f5df9d2c864b0cf3c771d18cdc (diff) |
system changes
Diffstat (limited to 'common')
-rw-r--r-- | common/.config/emacs/init.el.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org index 247c02d..5b49bd2 100644 --- a/common/.config/emacs/init.el.org +++ b/common/.config/emacs/init.el.org @@ -392,8 +392,8 @@ Font definitions. =jj/setup-org-mode= configures =org-mode=. I use =~/org= as my =org= directory and hide emphasis markers because it's much easier to read that way. I enable =org-crypt= to allow reading and writing encrypted =org= files. I also replace bullets in bulleted lists with nicer looking icons. I configure faces to default to variable-width font, but switching to monospace where it is necessary. Finally, I use =visual-fill-column= to make =org= files display with a relatively narrow window centred in the frame. #+begin_src emacs-lisp - (defun jj/setup-org-mode - "setup org-mode" + (defun jj/setup-org-mode () + "setup org-mode" (use-package org :hook (org-mode . (lambda () ((variable-pitch-mode) |