1
0
Fork 0

fix(emacs): remove unused package

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-08-27 16:09:19 -07:00
parent b61957b2f0
commit 166c2853e5
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
3 changed files with 8 additions and 21 deletions

View file

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