Add emacs dir specifics and git ignore.

This commit is contained in:
jgrogan 2024-08-22 15:45:48 +01:00
parent a512fa2704
commit e58c90b63b
3 changed files with 7 additions and 0 deletions

View file

@ -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

View file

@ -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
View file

@ -0,0 +1,4 @@
# Emacs
.ropeproject/
.dir-locals.el