General cleanup
This commit is contained in:
parent
b77212b78f
commit
047e64b4bc
5 changed files with 5 additions and 7 deletions
|
@ -52,8 +52,8 @@
|
|||
;; There is no shackle-popup hook, so I hacked one in
|
||||
(advice-add 'shackle-display-buffer :around 'doom*popup-init)
|
||||
;; Don't mess with popups
|
||||
(advice-add 'balance-windows :around 'doom*save-popup)
|
||||
(advice-add 'doom/evil-window-move :around 'doom*save-popup))
|
||||
(advice-add 'balance-windows :around 'doom*save-popup)
|
||||
(advice-add 'doom/evil-window-move :around 'doom*save-popup))
|
||||
|
||||
|
||||
;;
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
;; Auto refresh dired, but be quiet about it
|
||||
global-auto-revert-non-file-buffers t
|
||||
auto-revert-verbose nil)
|
||||
;; (add-hook 'dired-mode-hook 'dired-omit-mode)
|
||||
|
||||
;; List directories first
|
||||
(defun doom|dired-sort ()
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
disp)))
|
||||
|
||||
;;;###autoload
|
||||
(defun doom|nlinum-hl-line ()
|
||||
(defun doom|nlinum-hl-line (&rest _)
|
||||
"Highlight line number"
|
||||
(let* ((pbol (line-beginning-position))
|
||||
(peol (1+ pbol))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue