Clean up bytecomp stuff
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
|||||||
/dape-breakpoints
|
/dape-breakpoints
|
||||||
flycheck_init.el
|
flycheck_init.el
|
||||||
local-init.el*
|
local-init.el*
|
||||||
|
*.elc
|
||||||
|
|||||||
@ -52,7 +52,7 @@
|
|||||||
(defcustom latex-help-max-texdoc-entries 10
|
(defcustom latex-help-max-texdoc-entries 10
|
||||||
"Maximum number of texdoc entries to show when prompting."
|
"Maximum number of texdoc entries to show when prompting."
|
||||||
:group 'latex-help
|
:group 'latex-help
|
||||||
:type 'interger)
|
:type 'fixnum)
|
||||||
|
|
||||||
(defcustom latex-help-pdf-view-program '(emacs "evince")
|
(defcustom latex-help-pdf-view-program '(emacs "evince")
|
||||||
"The program to use to view PDF documentation files."
|
"The program to use to view PDF documentation files."
|
||||||
|
|||||||
@ -131,8 +131,7 @@ Return the newly created buffer."
|
|||||||
(defun org-mu4e-render-preview ()
|
(defun org-mu4e-render-preview ()
|
||||||
"Render a preview of the HTML message."
|
"Render a preview of the HTML message."
|
||||||
(interactive)
|
(interactive)
|
||||||
(let ((msg-buffer (current-buffer))
|
(let ((buffer (get-buffer-create "*Org-Mu4e Render Preview*")))
|
||||||
(buffer (get-buffer-create "*Org-Mu4e Render Preview*")))
|
|
||||||
(save-excursion
|
(save-excursion
|
||||||
(without-restriction
|
(without-restriction
|
||||||
(goto-char (point-min))
|
(goto-char (point-min))
|
||||||
|
|||||||
BIN
elisp/private.el
BIN
elisp/private.el
Binary file not shown.
Reference in New Issue
Block a user