Remove unnecessary newline
This commit is contained in:
parent
afa9f88277
commit
aaa66013e7
1
init.el
1
init.el
@ -271,7 +271,6 @@
|
|||||||
(defun byte-compile-init-file ()
|
(defun byte-compile-init-file ()
|
||||||
"Byte compile the init file."
|
"Byte compile the init file."
|
||||||
(interactive)
|
(interactive)
|
||||||
|
|
||||||
(save-restriction
|
(save-restriction
|
||||||
(message "Byte-compiling init file...")
|
(message "Byte-compiling init file...")
|
||||||
(byte-compile-file (concat user-emacs-directory "init.el"))))
|
(byte-compile-file (concat user-emacs-directory "init.el"))))
|
||||||
|
Loading…
Reference in New Issue
Block a user