From 4b8f6520b8583008b63bb03a29b4a03a51170b10 Mon Sep 17 00:00:00 2001 From: Random936 Date: Sat, 9 Sep 2023 09:51:13 -0700 Subject: [PATCH] Fixing minor bug in emacs config --- .emacs.d/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/config.org b/.emacs.d/config.org index c03b3bf..a18ded0 100644 --- a/.emacs.d/config.org +++ b/.emacs.d/config.org @@ -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