Appease byte-compiler senpai
Please notice me
This commit is contained in:
parent
fbb0297eb1
commit
069c196330
3 changed files with 3 additions and 3 deletions
|
@ -206,7 +206,7 @@ For example, :nvi will map to (list 'normal 'visual 'insert). See
|
||||||
(:map evil-outer-text-objects-map ,key ,outer))
|
(:map evil-outer-text-objects-map ,key ,outer))
|
||||||
doom--map-forms)))
|
doom--map-forms)))
|
||||||
(_
|
(_
|
||||||
(condition-case e
|
(condition-case _
|
||||||
(doom--map-def (pop rest) (pop rest) (doom--keyword-to-states key) desc)
|
(doom--map-def (pop rest) (pop rest) (doom--keyword-to-states key) desc)
|
||||||
(error
|
(error
|
||||||
(error "Not a valid `map!' property: %s" key)))
|
(error "Not a valid `map!' property: %s" key)))
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
;;; feature/evil/autoload/advice.el -*- lexical-binding: t; -*-
|
;;; feature/evil/autoload/advice.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
(defun +evil--insert-newline (&optional above noextranewline)
|
(defun +evil--insert-newline (&optional above _noextranewline)
|
||||||
(let ((pos (save-excursion (beginning-of-line-text) (point)))
|
(let ((pos (save-excursion (beginning-of-line-text) (point)))
|
||||||
comment-auto-fill-only-comments)
|
comment-auto-fill-only-comments)
|
||||||
(require 'smartparens)
|
(require 'smartparens)
|
||||||
|
|
|
@ -44,7 +44,7 @@ current file). Only scans first 2048 bytes of the document."
|
||||||
:group 'evil-org
|
:group 'evil-org
|
||||||
(setq org-hide-emphasis-markers +org-pretty-mode)
|
(setq org-hide-emphasis-markers +org-pretty-mode)
|
||||||
(org-toggle-pretty-entities)
|
(org-toggle-pretty-entities)
|
||||||
(org-with-silent-modifications
|
(with-silent-modifications
|
||||||
;; In case the above un-align tables
|
;; In case the above un-align tables
|
||||||
(org-table-map-tables 'org-table-align t)))
|
(org-table-map-tables 'org-table-align t)))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue