From: PHO Date: Wed, 15 Jan 2020 01:55:36 +0000 (+0900) Subject: Auto commit by The Sugar System. X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=sugar.git;a=commitdiff_plain;h=f27bda9f22cf8b9b60be69d03484f45f2ead887a;hp=fddbe7252cdac24b9ae84fdaa773a7028db323a9 Auto commit by The Sugar System. --- 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))