General cleanup

This commit is contained in:
Henrik Lissner 2016-06-06 19:42:00 -04:00
parent a2190b1553
commit af0a776fa5
10 changed files with 24 additions and 30 deletions

View file

@ -10,8 +10,6 @@
flycheck-disabled-checkers '(emacs-lisp emacs-lisp-checkdoc make))
:config
;; Display warning symbol unicode better
(doom-fix-unicode "DejaVu Sans Mono" '(?⚠) 18)
(def-popup! " ?\\*Flycheck.+\\*" :align below :size 14 :noselect t :regexp t)
(unless (> emacs-major-version 24)

View file

@ -85,7 +85,9 @@
("melpa" . "http://melpa.org/packages/")
("org" . "http://orgmode.org/elpa/"))
byte-compile-warnings nil
ad-redefinition-action 'accept ; silence the advised function warnings
apropos-do-all t
compilation-always-kill t ; kill compl. process before spawning another
compilation-ask-about-save nil ; save all buffers before compiling
compilation-scroll-output t ; scroll with output while compiling

View file

@ -18,7 +18,7 @@ buffers."
(interactive)
(ivy-read "Kill ring:" (--filter (not (or (< (length it) 3)
(string-match-p "\\`[\n[:blank:]]+\\'" it)))
(remove-duplicates kill-ring :test' equal))))
(remove-duplicates kill-ring :test 'equal))))
;;;###autoload (autoload 'doom:ivy-recentf "defuns-ivy" nil t)
(evil-define-command doom:ivy-recentf (&optional bang)