Dont confirm process kill
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
- [[#auto-update][Auto update]]
|
- [[#auto-update][Auto update]]
|
||||||
- [[#compile][Compile]]
|
- [[#compile][Compile]]
|
||||||
- [[#packages][Packages]]
|
- [[#packages][Packages]]
|
||||||
- [[#general][General]]
|
- [[#general-packages][General Packages]]
|
||||||
- [[#evil][Evil]]
|
- [[#evil][Evil]]
|
||||||
- [[#telephone-line][Telephone Line]]
|
- [[#telephone-line][Telephone Line]]
|
||||||
- [[#neotree][NeoTree]]
|
- [[#neotree][NeoTree]]
|
||||||
@@ -41,7 +41,7 @@
|
|||||||
- [[#php][PHP]]
|
- [[#php][PHP]]
|
||||||
- [[#prettify][Prettify]]
|
- [[#prettify][Prettify]]
|
||||||
- [[#rss][RSS]]
|
- [[#rss][RSS]]
|
||||||
- [[#general-1][General]]
|
- [[#general][General]]
|
||||||
- [[#buffers][Buffers]]
|
- [[#buffers][Buffers]]
|
||||||
- [[#electric][Electric]]
|
- [[#electric][Electric]]
|
||||||
- [[#file-paths][File Paths]]
|
- [[#file-paths][File Paths]]
|
||||||
@@ -72,7 +72,7 @@
|
|||||||
- [[#advice-and-aliases][Advice and Aliases]]
|
- [[#advice-and-aliases][Advice and Aliases]]
|
||||||
- [[#advice][Advice]]
|
- [[#advice][Advice]]
|
||||||
- [[#aliases][Aliases]]
|
- [[#aliases][Aliases]]
|
||||||
- [[#general-2][General]]
|
- [[#general-1][General]]
|
||||||
- [[#package][Package]]
|
- [[#package][Package]]
|
||||||
- [[#hooks][Hooks]]
|
- [[#hooks][Hooks]]
|
||||||
- [[#key-bindings][Key Bindings]]
|
- [[#key-bindings][Key Bindings]]
|
||||||
@@ -195,7 +195,7 @@ https://github.com/emacscollective/auto-compile
|
|||||||
|
|
||||||
Install and configure packages.
|
Install and configure packages.
|
||||||
|
|
||||||
*** General
|
*** General Packages
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package hybrid-reverse-theme
|
(use-package hybrid-reverse-theme
|
||||||
@@ -699,6 +699,9 @@ Completion for Org-roam files using its title.
|
|||||||
;; Columns start at 1
|
;; Columns start at 1
|
||||||
(setq column-number-indicator-zero-based nil)
|
(setq column-number-indicator-zero-based nil)
|
||||||
|
|
||||||
|
;; Dont confirm on quitting Emacs
|
||||||
|
(setq confirm-kill-processes nil)
|
||||||
|
|
||||||
;; Custom thems, do not ask if safe
|
;; Custom thems, do not ask if safe
|
||||||
(setq custom-safe-themes t)
|
(setq custom-safe-themes t)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user