Skip to content

Commit

Permalink
Disable lockfiles in Emacs.
Browse files Browse the repository at this point in the history
  • Loading branch information
josemotanet committed Mar 28, 2017
1 parent b8a31e6 commit 4171967
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/emacs
Expand Up @@ -69,6 +69,7 @@ Return a list of installed packages or nil for every skipped package."
(setq inhibit-startup-message t)
(setq auto-save-default nil)
(setq-default fill-column 80)
(setq create-lockfiles nil)
;; }}}

;; Colorscheme and font {{{
Expand Down

0 comments on commit 4171967

Please sign in to comment.