Gosh, get out of my way!

This commit is contained in:
Benson Chu 2026-01-27 14:48:00 -06:00
parent 69afeba124
commit ee7a2a8799

View file

@ -28,6 +28,7 @@
(interactive (list (lls/conf-get 'root-dir)))
(when (not (require 'my-tablegen-mode nil t))
(load-file (expand-file-name "llvm/utils/emacs/tablegen-mode.el" root-dir)))
(define-key tablegen-mode-map (kbd "M-s") nil)
(when (not (require 'my-llvm-mode nil t))
(load-file (expand-file-name "llvm/utils/emacs/llvm-mode.el" root-dir)))
(load-file (expand-file-name "llvm/utils/emacs/emacs.el" root-dir))