aboutsummaryrefslogtreecommitdiff
path: root/common/.config/emacs
diff options
context:
space:
mode:
authorjjanzen <jjanzen@jjanzen.ca>2025-03-10 14:48:33 -0500
committerjjanzen <jjanzen@jjanzen.ca>2025-03-10 14:48:33 -0500
commit8004462071da3ce42efcdb6c8c56be3a25812547 (patch)
tree9bdb653ffe66aa84c14816ebf7a404fc01e10527 /common/.config/emacs
parentfc24211a6f561f42c5e6745778122abebff0ff49 (diff)
remove empty space
Diffstat (limited to 'common/.config/emacs')
-rw-r--r--common/.config/emacs/init.el.org1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org
index 636858e..27df364 100644
--- a/common/.config/emacs/init.el.org
+++ b/common/.config/emacs/init.el.org
@@ -402,7 +402,6 @@ Smooth scrolling with =ultra-scroll=.
:ensure (pomodoro-mode :host github :repo "jjanzenn/pomodoro-mode"))
#+end_src
-
* 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.