mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Update siren-helm and siren-markdown modules
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user