diff --git a/core/core-popup.el b/core/core-popup.el index 9025a381c..f4b33553e 100644 --- a/core/core-popup.el +++ b/core/core-popup.el @@ -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)) ;; diff --git a/core/core-project.el b/core/core-project.el index c4e58b023..5c4f2bc68 100644 --- a/core/core-project.el +++ b/core/core-project.el @@ -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 () diff --git a/core/defuns/defuns-nlinum.el b/core/defuns/defuns-nlinum.el index 33d8f5a63..83c28feb9 100644 --- a/core/defuns/defuns-nlinum.el +++ b/core/defuns/defuns-nlinum.el @@ -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)) diff --git a/init.el b/init.el index 12ac0d9b5..51671478d 100644 --- a/init.el +++ b/init.el @@ -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 diff --git a/modules/module-elisp.el b/modules/module-elisp.el index 1ca66c90f..c8ac76c91 100644 --- a/modules/module-elisp.el +++ b/modules/module-elisp.el @@ -51,7 +51,6 @@ "!\\)") (1 font-lock-keyword-face append)) ;; Ert - (,(concat "(" (regexp-opt '("ert-deftest") t)