Skip to content

Commit

Permalink
fix(emacs): don't error when custom file doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Oct 8, 2024
1 parent c8875d1 commit 7292ebf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -964,4 +964,5 @@
"r" '(:ignore t :which-key "Regex")
"r l" #'align-regexp)

(load custom-file)
(load custom-file 'noerror)

0 comments on commit 7292ebf

Please sign in to comment.