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 ;; There is no shackle-popup hook, so I hacked one in
(advice-add 'shackle-display-buffer :around 'doom*popup-init) (advice-add 'shackle-display-buffer :around 'doom*popup-init)
;; Don't mess with popups ;; Don't mess with popups
(advice-add 'balance-windows :around 'doom*save-popup) (advice-add 'balance-windows :around 'doom*save-popup)
(advice-add 'doom/evil-window-move :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 ;; Auto refresh dired, but be quiet about it
global-auto-revert-non-file-buffers t global-auto-revert-non-file-buffers t
auto-revert-verbose nil) auto-revert-verbose nil)
;; (add-hook 'dired-mode-hook 'dired-omit-mode)
;; List directories first ;; List directories first
(defun doom|dired-sort () (defun doom|dired-sort ()

View file

@ -30,7 +30,7 @@
disp))) disp)))
;;;###autoload ;;;###autoload
(defun doom|nlinum-hl-line () (defun doom|nlinum-hl-line (&rest _)
"Highlight line number" "Highlight line number"
(let* ((pbol (line-beginning-position)) (let* ((pbol (line-beginning-position))
(peol (1+ pbol)) (peol (1+ pbol))

View file

@ -64,9 +64,9 @@
module-haskell ; a language that's lazier than I am module-haskell ; a language that's lazier than I am
module-java ; the poster child for carpal tunnel syndrome module-java ; the poster child for carpal tunnel syndrome
module-js ; all(hope(abandon(ye(who(enter(here)))))) 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-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-octave ; math isn't a choice. It's a way of life
module-php ; making php less painful to work with module-php ; making php less painful to work with
module-processing ; for prototyping module-processing ; for prototyping

View file

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