Add emacs dir specifics and git ignore.
This commit is contained in:
parent
a512fa2704
commit
e58c90b63b
3 changed files with 7 additions and 0 deletions
|
@ -12,6 +12,8 @@
|
|||
;; Slightly nicer theme
|
||||
(set-face-attribute 'default nil :font "Menlo" :height 130)
|
||||
|
||||
(advice-add 'risky-local-variable-p :override #'ignore)
|
||||
|
||||
(require 'jg-package)
|
||||
|
||||
;; Explicitly import the PATH from the shell on MacOS
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
(use-package lsp-mode
|
||||
:commands (lsp lsp-deferred)
|
||||
:init
|
||||
(setq lsp-diagnostic-package :none)
|
||||
(setq lsp-keymap-prefix "C-c l") ;; Or 'C-l', 's-l'
|
||||
:config
|
||||
(lsp-enable-which-key-integration t)
|
||||
|
|
4
git/.config/git/ignore
Normal file
4
git/.config/git/ignore
Normal file
|
@ -0,0 +1,4 @@
|
|||
|
||||
# Emacs
|
||||
.ropeproject/
|
||||
.dir-locals.el
|
Loading…
Reference in a new issue