Disabled docstring warnings
This commit is contained in:
parent
a06508d706
commit
bfe67a11c6
@ -39,6 +39,12 @@ Change location of custom file. This will stop *custom* from appending to the co
|
|||||||
(load custom-file)
|
(load custom-file)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
** Disable Docstring Warnings
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(setq byte-compile-warnings '(not docstrings))
|
||||||
|
#+end_src
|
||||||
|
|
||||||
** Move Backup File
|
** Move Backup File
|
||||||
|
|
||||||
This moves the backup files so that Emacs doesn't clutter up directories with backup files.
|
This moves the backup files so that Emacs doesn't clutter up directories with backup files.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user