From: PHO <pho@cielonegro.org>
Date: Thu, 3 Oct 2019 05:00:51 +0000 (+0900)
Subject: Auto commit by The Sugar System.
X-Git-Url: https://git.cielonegro.org/gitweb.cgi?a=commitdiff_plain;h=1941de6bf51f21c1e076aad3efd61f82129d6ae0;p=sugar.git

Auto commit by The Sugar System.
---

diff --git a/dot-files/_config/tridactyl/tridactylrc b/dot-files/_config/tridactyl/tridactylrc
index c3524a8..c9669a5 100644
--- a/dot-files/_config/tridactyl/tridactylrc
+++ b/dot-files/_config/tridactyl/tridactylrc
@@ -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
diff --git a/dot-files/_emacs_el b/dot-files/_emacs_el
index d6b045f..27bd7e5 100644
--- a/dot-files/_emacs_el
+++ b/dot-files/_emacs_el
@@ -141,6 +141,11 @@
       (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)