aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorjjanzen <jjanzen@jjanzen.ca>2025-03-09 21:01:15 -0500
committerjjanzen <jjanzen@jjanzen.ca>2025-03-09 21:01:15 -0500
commitb2140a1c01722975292ee209ebba8bff7962c654 (patch)
treec7ceefed91bc7a57934fe50eb87dde50d4b5748a /common
parent3ba637dcf79e9e72bdf64ede8407e645975f076a (diff)
dunno what happened here. removed tag
Diffstat (limited to 'common')
-rw-r--r--common/.config/emacs/init.el.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org
index 2fbf70d..7d8fc33 100644
--- a/common/.config/emacs/init.el.org
+++ b/common/.config/emacs/init.el.org
@@ -397,7 +397,7 @@ Smooth scrolling with =ultra-scroll=.
(ultra-scroll-mode 1))
#+end_src
-* COMMENT Languages
+* Languages
Configure =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