Fixing minor bug in emacs config

This commit is contained in:
Random936 2023-09-09 09:51:13 -07:00
parent 2ef9fb3aea
commit 4b8f6520b8

View File

@ -879,7 +879,7 @@ This is the section to include imports from other files.
#+begin_src emacs-lisp
;; Uncomment this to use EXWM. I currently don't use this.
(let ((exwm-org-file "~/.emacs.d/exwm.org"))
;(let ((exwm-org-file "~/.emacs.d/exwm.org"))
;(when (file-exists-p exwm-org-file)
; (org-babel-load-file exwm-org-file)))
#+end_src