Fix subr-x macro autoloads

This commit is contained in:
Henrik Lissner 2017-06-18 23:41:48 +02:00
parent 7029d287e5
commit 7d081c3154
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 3 additions and 8 deletions

View file

@ -1,7 +1,5 @@
;;; feature/evil/autoload/evil.el -*- lexical-binding: t; -*-
(eval-when-compile (require 'subr-x))
;;;###autoload
(defun +evil/visual-indent ()
"vnoremap < <gv"

View file

@ -1,10 +1,7 @@
;;; ui/doom-modeline/config.el -*- lexical-binding: t; -*-
(eval-when-compile (require 'subr-x))
(line-number-mode -1)
(def-package! eldoc-eval :demand t
(def-package! eldoc-eval
:demand t
:config
;; Show eldoc in the mode-line with `eval-expression'
(defun +doom-modeline--show-eldoc (input)