Sfoglia il codice sorgente

Update package list

master
10sr 6 anni fa
parent
commit
48acdb34cf
1 ha cambiato i file con 5 aggiunte e 3 eliminazioni
  1. +5
    -3
      emacs.el

+ 5
- 3
emacs.el Vedi File

@@ -98,7 +98,9 @@ found, otherwise returns nil."
git-commit
gitignore-mode
adoc-mode
malabar-mode
;; It seems malabar has been merged into jdee and this package
;; already removed
;; malabar-mode

;; ack
color-moccur
@@ -106,7 +108,8 @@ found, otherwise returns nil."
flycheck
auto-highlight-symbol
hl-todo
pp-c-l
;; Currently not available
;; pp-c-l
;; is flymake installs are required?
;;flymake-jshint
;;flymake-python-pyflakes
@@ -827,7 +830,6 @@ found, otherwise returns nil."
(with-eval-after-load 'rst
(define-key rst-mode-map (kbd "C-m") 'newline-and-indent))

;; jdee is too old! use malabar instead
(with-eval-after-load 'jdee
(add-hook 'jdee-mode-hook
(lambda ()


Caricamento…
Annulla
Salva