init.el: Move a few sexp to the Misc section
This commit is contained in:
22
init.el
22
init.el
@@ -118,6 +118,14 @@
|
|||||||
;; Benefit: you never lose bookmarks if Emacs crashes.
|
;; Benefit: you never lose bookmarks if Emacs crashes.
|
||||||
(setq bookmark-save-flag 1)
|
(setq bookmark-save-flag 1)
|
||||||
|
|
||||||
|
(setq uniquify-buffer-name-style 'forward)
|
||||||
|
|
||||||
|
(setq display-time-default-load-average nil) ; Omit load average
|
||||||
|
|
||||||
|
;; Disable fontification during user input to reduce lag in large buffers.
|
||||||
|
;; Also helps marginally with scrolling performance.
|
||||||
|
(setq redisplay-skip-fontification-on-input t)
|
||||||
|
|
||||||
;;; Tramp
|
;;; Tramp
|
||||||
|
|
||||||
(setq tramp-verbose 1)
|
(setq tramp-verbose 1)
|
||||||
@@ -140,10 +148,6 @@
|
|||||||
(setq split-width-threshold 170
|
(setq split-width-threshold 170
|
||||||
split-height-threshold nil)
|
split-height-threshold nil)
|
||||||
|
|
||||||
;;; Buffers
|
|
||||||
|
|
||||||
(setq uniquify-buffer-name-style 'forward)
|
|
||||||
|
|
||||||
;;; comint (general command interpreter in a window)
|
;;; comint (general command interpreter in a window)
|
||||||
|
|
||||||
(setq ansi-color-for-comint-mode t
|
(setq ansi-color-for-comint-mode t
|
||||||
@@ -255,12 +259,6 @@
|
|||||||
window-divider-default-places t
|
window-divider-default-places t
|
||||||
window-divider-default-right-width 1)
|
window-divider-default-right-width 1)
|
||||||
|
|
||||||
;;; Fontification
|
|
||||||
|
|
||||||
;; Disable fontification during user input to reduce lag in large buffers.
|
|
||||||
;; Also helps marginally with scrolling performance.
|
|
||||||
(setq redisplay-skip-fontification-on-input t)
|
|
||||||
|
|
||||||
;;; Scrolling
|
;;; Scrolling
|
||||||
|
|
||||||
;; Enables faster scrolling. This may result in brief periods of inaccurate
|
;; Enables faster scrolling. This may result in brief periods of inaccurate
|
||||||
@@ -381,10 +379,6 @@
|
|||||||
;; Eliminate delay before highlighting search matches
|
;; Eliminate delay before highlighting search matches
|
||||||
(setq lazy-highlight-initial-delay 0)
|
(setq lazy-highlight-initial-delay 0)
|
||||||
|
|
||||||
;;; Modeline
|
|
||||||
|
|
||||||
(setq display-time-default-load-average nil) ; Omit load average
|
|
||||||
|
|
||||||
;;; Filetype
|
;;; Filetype
|
||||||
|
|
||||||
;; Do not notify the user each time Python tries to guess the indentation offset
|
;; Do not notify the user each time Python tries to guess the indentation offset
|
||||||
|
|||||||
Reference in New Issue
Block a user