Doom and gloom when things go boom, in Dexter's laaaaab
This commit is contained in:
parent
4f3c2c7800
commit
a5056b71ed
17 changed files with 125 additions and 107 deletions
|
@ -42,6 +42,10 @@
|
|||
(if (string-equal (system-name) "io")
|
||||
(set-frame-size (selected-frame) 326 119)))
|
||||
|
||||
(defadvice save-buffers-kill-emacs (around no-query-kill-emacs activate)
|
||||
"Prevent annoying \"Active processes exist\" query when you quit Emacs."
|
||||
(flet ((process-list ())) ad-do-it))
|
||||
|
||||
|
||||
;;;; Modeline ;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
(use-package vim-empty-lines-mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue