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
|
@ -1,6 +1,6 @@
|
|||
;;; 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)))
|
||||
comment-auto-fill-only-comments)
|
||||
(require 'smartparens)
|
||||
|
|
|
@ -44,7 +44,7 @@ current file). Only scans first 2048 bytes of the document."
|
|||
:group 'evil-org
|
||||
(setq org-hide-emphasis-markers +org-pretty-mode)
|
||||
(org-toggle-pretty-entities)
|
||||
(org-with-silent-modifications
|
||||
(with-silent-modifications
|
||||
;; In case the above un-align tables
|
||||
(org-table-map-tables 'org-table-align t)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue