General Elisp linting
TL;DR: - Remove `require` statements from init.el - Remove unused, auto-install KBDs for bookmark.el - Remove unused `require` statements from clipboard - Remove unused, commented-out code I would like for an Elisp linting stage to test for unused `require` statements, but I'm unsure how practical that is to support.
This commit is contained in:
parent
dffb224023
commit
4a69371065
6 changed files with 9 additions and 65 deletions
|
|
@ -32,7 +32,6 @@
|
|||
(-insert-at 0 'css-mode-hook wpc-javascript--js-hooks)
|
||||
"All of the commonly user hooks for frontend development.")
|
||||
|
||||
|
||||
;; frontend indentation settings
|
||||
(setq typescript-indent-level 2
|
||||
js-indent-level 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue