fix(emacs): remove unused package
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
b61957b2f0
commit
166c2853e5
3 changed files with 8 additions and 21 deletions
|
@ -8,7 +8,6 @@
|
|||
(require 'meow)
|
||||
(require 'lsp-mode)
|
||||
(require 'git-gutter)
|
||||
(require 'copilot)
|
||||
(require 'seq)
|
||||
|
||||
(defun config-compile ()
|
||||
|
@ -209,9 +208,6 @@
|
|||
;; SLIME
|
||||
(setq inferior-lisp-program "sbcl")
|
||||
|
||||
;; Copilot
|
||||
(define-key copilot-completion-map (kbd "<tab>") 'copilot-accept-completion)
|
||||
|
||||
;; Markdown
|
||||
(custom-set-faces
|
||||
'(markdown-header-face-1 ((t (:inherit nano-strong :height 1.3 :family "Inter"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue