]> git.earman.xyz Git - emacsinit.git/commitdiff
Ignore compiled files, load custom file
authorrearman <rearman@r717.net>
Wed, 15 Mar 2023 16:18:04 +0000 (12:18 -0400)
committerrearman <rearman@r717.net>
Wed, 15 Mar 2023 16:18:04 +0000 (12:18 -0400)
.gitignore
init.org

index 1dba67ac9091927f89af8653a50a699efea5f5c3..e771293fefcac18bec4adf2abcd6066b146e5dc3 100644 (file)
@@ -1,3 +1,4 @@
+*.elc
 auto-save-list/
 bookmarks
 custom.el
index 11a973d19d975e76dfe5e9c033f4199773975e88..8bdee53e81325a7b11c77f3f0a3523a423371fb4 100644 (file)
--- a/init.org
+++ b/init.org
@@ -1026,7 +1026,7 @@ Inputs are temp (F) and humidity (%).  Returns a list of Saturated Water Pressur
 I do not use the customize system.  I don't want to see it if I don't have to.
 
 #+BEGIN_SRC emacs-lisp
-(setq custom-file (expand-file-name "etc/custom.el" user-emacs-directory))
+(setq custom-file (expand-file-name "custom.el" user-emacs-directory))
 (load custom-file)
 #+END_SRC