Skip to content

Commit

Permalink
tweak(defaults): set variables with setopt
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 27, 2023
1 parent f1b4639 commit 75fbb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/me-defaults.el
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
;; Use UTF-16-LE in Windows, see: rufflewind.com/2014-07-20/pasting-unicode-in-emacs-on-windows
(set-selection-coding-system (if os/win 'utf-16-le 'utf-8))

(setq
(setopt
;; ====== Default directories for builtin packages ======
abbrev-file-name (concat minemacs-local-dir "abbrev.el")
auto-insert-directory (+directory-ensure minemacs-local-dir "auto-insert/")
Expand Down

0 comments on commit 75fbb43

Please sign in to comment.