From 1941de6bf51f21c1e076aad3efd61f82129d6ae0 Mon Sep 17 00:00:00 2001 From: PHO Date: Thu, 3 Oct 2019 14:00:51 +0900 Subject: [PATCH] Auto commit by The Sugar System. --- dot-files/_config/tridactyl/tridactylrc | 2 +- dot-files/_emacs_el | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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) -- 2.40.0