Skip to content

Commit

Permalink
fix(emacs): don't create lockfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Jan 23, 2024
1 parent 8d04849 commit 6652917
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
kept-new-versions 8 ; keep some new versions
kept-old-versions 8) ; and some old ones, too

(setq create-lockfiles nil)

(defalias 'yes-or-no-p 'y-or-n-p)
(setq inhibit-startup-message t)
(setq use-dialog-box nil)
Expand Down

0 comments on commit 6652917

Please sign in to comment.