Emacs configuration for Clojure on MacOS
This commit is contained in:
12
.emacs.d.clojure/customizations/misc.el
Normal file
12
.emacs.d.clojure/customizations/misc.el
Normal file
@@ -0,0 +1,12 @@
|
||||
;; Changes all yes/no questions to y/n type
|
||||
(fset 'yes-or-no-p 'y-or-n-p)
|
||||
|
||||
;; shell scripts
|
||||
(setq-default sh-basic-offset 2)
|
||||
(setq-default sh-indentation 2)
|
||||
|
||||
;; No need for ~ files when editing
|
||||
(setq create-lockfiles nil)
|
||||
|
||||
;; Go straight to scratch buffer on startup
|
||||
(setq inhibit-startup-message t)
|
||||
Reference in New Issue
Block a user