Update siren-helm and siren-markdown modules

This commit is contained in:
2017-04-07 16:52:35 +01:00
parent 45713123f6
commit 789367d8da
2 changed files with 4 additions and 1 deletions

View File

@@ -7,7 +7,8 @@
;;; Code:
(siren-require-packages
'(helm helm-swoop helm-ag helm-projectile helm-open-github helm-ls-git))
'(helm helm-swoop helm-ag helm-projectile helm-open-github helm-ls-git
helm-gtags))
(require 'helm)
(require 'helm-swoop)
@@ -15,6 +16,7 @@
(require 'helm-open-github)
(require 'helm-ag)
(require 'helm-ls-git)
;; (require 'helm-ctags)
(setq helm-ag-ignore-patterns '("*.sql")
helm-ag-source-type "file-line"

View File

@@ -21,6 +21,7 @@
(defun siren-markdown-mode-defaults ()
(setq whitespace-action nil)
(setq fill-column 80)
(setq markdown-asymmetric-header t)
(fci-mode)
(linum-mode t)
(flyspell-mode)