From 394b4a1ec89ffe4d0e2e5affb43ea56d0caea224 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Tue, 10 May 2016 13:58:32 +0900 Subject: [PATCH] Add commented malabar-mode setup --- emacs.el | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/emacs.el b/emacs.el index bc33641..cbbe403 100644 --- a/emacs.el +++ b/emacs.el @@ -197,6 +197,7 @@ IF OK-IF-ALREADY-EXISTS is true force download." git-commit gitignore-mode adoc-mode + malabar-mode ;; ack color-moccur ggtags @@ -925,6 +926,7 @@ IF OK-IF-ALREADY-EXISTS is true force download." t) (autoload-eval-lazily 'sl)) +;; jdee is too old! use malabar instead (with-eval-after-load 'jdee (add-hook 'jdee-mode-hook (lambda () @@ -932,6 +934,14 @@ IF OK-IF-ALREADY-EXISTS is true force download." (add-to-list 'global-mode-string mode-line-position)))) +;; Cannot enable error thrown. Why??? +;; https://github.com/m0smith/malabar-mode#Installation +;; (when (autoload-eval-lazily 'malabar-mode) +;; (add-to-list 'load-path +;; (expand-file-name (concat user-emacs-directory "/cedet"))) +;; (safe-require-or-eval 'cedet-devel-load) +;; (call-after-init 'activate-malabar-mode)) + (with-eval-after-load 'make-mode (defvar makefile-mode-map (make-sparse-keymap)) (define-key makefile-mode-map (kbd "C-m") 'newline-and-indent)