From f27bda9f22cf8b9b60be69d03484f45f2ead887a Mon Sep 17 00:00:00 2001 From: PHO Date: Wed, 15 Jan 2020 10:55:36 +0900 Subject: [PATCH] Auto commit by The Sugar System. --- dot-files/_emacs_el | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/dot-files/_emacs_el b/dot-files/_emacs_el index e75bee5..2551a10 100644 --- a/dot-files/_emacs_el +++ b/dot-files/_emacs_el @@ -158,9 +158,6 @@ ;; flyspell (require-if-present 'flyspell) -;; jaspace -(require-if-present 'jaspace) - ;; glsl (autoload 'glsl-mode "glsl-mode" nil t) (add-to-list 'auto-mode-alist '("\\.glsl\\'" . glsl-mode)) @@ -168,6 +165,14 @@ (add-to-list 'auto-mode-alist '("\\.frag\\'" . glsl-mode)) (add-to-list 'auto-mode-alist '("\\.geom\\'" . glsl-mode)) +;; jaspace +(require-if-present 'jaspace) + +;; pkgdiff +(add-to-list 'load-path "~/sandbox/_editors/emacs-pkgdiff") +(autoload 'pkgvi "pkgdiff" "Edit a copy of specified file." t) +(autoload 'pkgdiff "pkgdiff" "Show differences from a backup file." t) + ;; rust (autoload 'rust-mode "rust-mode" nil t) (add-to-list 'auto-mode-alist '("\\.rs\\'" . rust-mode)) -- 2.40.0