mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-25 14:13:37 -05:00
General cleanup
This commit is contained in:
@@ -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))
|
||||
|
Reference in New Issue
Block a user