]> gitweb @ CieloNegro.org - sugar.git/commitdiff
Auto commit by The Sugar System.
authorPHO <pho@cielonegro.org>
Mon, 17 Dec 2018 13:01:39 +0000 (22:01 +0900)
committerPHO <pho@cielonegro.org>
Mon, 17 Dec 2018 13:01:39 +0000 (22:01 +0900)
dot-files/_emacs_el

index 76623cf1035d7bbcbacbaccc7b96092dfa47cc88..8dda359397e305c70e8d66094c804363970b0c9c 100644 (file)
       (load-file path)
     (message "Warning: file %s is absent" path)))
 
+;; glsl
+(autoload 'glsl-mode "glsl-mode" nil t)
+(add-to-list 'auto-mode-alist '("\\.glsl\\'" . glsl-mode))
+(add-to-list 'auto-mode-alist '("\\.vert\\'" . glsl-mode))
+(add-to-list 'auto-mode-alist '("\\.frag\\'" . glsl-mode))
+(add-to-list 'auto-mode-alist '("\\.geom\\'" . glsl-mode))
+
 ;; session
 (require-if-present 'session)