Aggiunta configurazione per Erlang e Clojure
This commit is contained in:
@@ -132,7 +132,18 @@ This command does the inverse of `fill-paragraph'."
|
||||
(setq x-alt-keysym 'meta)
|
||||
|
||||
(setq confirm-kill-emacs 'y-or-n-p)
|
||||
;; 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)
|
||||
|
||||
(add-hook 'emacs-startup-hook
|
||||
(lambda ()
|
||||
@@ -143,3 +154,4 @@ This command does the inverse of `fill-paragraph'."
|
||||
|
||||
|
||||
(server-start)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user