]> gitweb @ CieloNegro.org - sugar.git/commitdiff
Auto commit by The Sugar System.
authorPHO <pho@cielonegro.org>
Thu, 3 Oct 2019 05:00:51 +0000 (14:00 +0900)
committerPHO <pho@cielonegro.org>
Thu, 3 Oct 2019 05:00:51 +0000 (14:00 +0900)
dot-files/_config/tridactyl/tridactylrc
dot-files/_emacs_el

index c3524a8e974c8915c1c4e7e3655bc6cc8b03410b..c9669a5bf5c46b021af728e7f8209377ede5b727 100644 (file)
@@ -88,7 +88,7 @@ quickmark b http://direct.bk.mufg.jp/
 quickmark B http://www.mizuhobank.co.jp/direct/start.html
 "
 " - Securities
-qmark s https://online.sc.mufg.jp/its/dfw/UTBSITS/user_p/Login#
+quickmark s https://online.sc.mufg.jp/its/dfw/UTBSITS/user_p/Login#
 
 " Scrolling
 bind j scrollline 1
index d6b045fde3f564720e1da0b1958e424083c67d48..27bd7e5f1850ec3cef3859f1b8d695d210d3cff0 100644 (file)
       (load-file path)
     (message "Warning: file %s is absent" path)))
 
+;; cmake
+(autoload 'cmake-mode "cmake-mode" nil t)
+(add-to-list 'auto-mode-alist '("CMakeLists\\.txt\\'" . cmake-mode))
+(add-to-list 'auto-mode-alist '("\\.cmake\\'" . cmake-mode))
+
 ;; ditz
 (require-if-present 'ditz)