Removed external lisp file directory in emacs config since not using keyfreq or Xah Fly Keys currently.

This commit is contained in:
elishaqtrogers 2025-09-13 20:20:49 -04:00
parent cd0113256e
commit e55c9be03e
3 changed files with 1 additions and 4773 deletions

View file

@ -74,16 +74,10 @@
(nyan-mode))
;; Requires the JetBrains Mono font be installed on the system.
(add-to-list 'default-frame-alist '(font . "JetBrains Mono-12"))
;; Import external elisp programs
(add-to-list 'load-path "~/.emacs.d/lisp/")
;; Xah fly keys
(require 'xah-fly-keys)
(xah-fly-keys-set-layout "qwerty")
;; (xah-fly-keys)
;; I've been using Neovim a lot lately, so I'm using Evil mode for the
;; time being. I think XFK is technically better, but it messes with
;; my muscle memory a bit, and I need to be able to get stuff done,
;; frankly. I'm already wasting time configuring emacs (*  ̄︿ ̄)
;; frankly. I'm already wasting time configuring Emacs (*  ̄︿ ̄)
(use-package evil
:init ;; tweak evil's configuration before loading it
(setq evil-want-keybinding nil)