General cleanup

This commit is contained in:
Henrik Lissner 2016-09-05 12:24:16 +02:00
parent b77212b78f
commit 047e64b4bc
5 changed files with 5 additions and 7 deletions

View File

@ -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))
;;

View File

@ -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 ()

View File

@ -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))

View File

@ -64,9 +64,9 @@
module-haskell ; a language that's lazier than I am
module-java ; the poster child for carpal tunnel syndrome
module-js ; all(hope(abandon(ye(who(enter(here))))))
module-julia ; MATLAB, but fast
module-julia ; A better, faster MATLAB
module-latex ; for writing papers in Emacs
module-lua ; one-based indices? one-based indices.
module-lua ; one-based indices? one-based indices
module-octave ; math isn't a choice. It's a way of life
module-php ; making php less painful to work with
module-processing ; for prototyping

View File

@ -51,7 +51,6 @@
"!\\)")
(1 font-lock-keyword-face append))
;; Ert
(,(concat
"("
(regexp-opt '("ert-deftest") t)