mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 08:14:15 +00:00
Gosh, get out of my way!
This commit is contained in:
parent
69afeba124
commit
ee7a2a8799
1 changed files with 1 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue