Ver código fonte

Add commented malabar-mode setup

pull/15/head
10sr 8 anos atrás
pai
commit
394b4a1ec8
1 arquivos alterados com 10 adições e 0 exclusões
  1. +10
    -0
      emacs.el

+ 10
- 0
emacs.el Ver arquivo

@@ -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)


Carregando…
Cancelar
Salvar