General cleanup
This commit is contained in:
parent
b77212b78f
commit
047e64b4bc
5 changed files with 5 additions and 7 deletions
|
@ -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))
|
||||
|
|
4
init.el
4
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
|
||||
|
|
|
@ -51,7 +51,6 @@
|
|||
"!\\)")
|
||||
(1 font-lock-keyword-face append))
|
||||
;; Ert
|
||||
|
||||
(,(concat
|
||||
"("
|
||||
(regexp-opt '("ert-deftest") t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue