Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/seagle0128/.emacs.d
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Mar 30, 2016
2 parents bb4200a + 64774a7 commit fd331d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions lisp/init-diminish.el
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
(eval-after-load "eldoc" '(diminish 'eldoc-mode))
(eval-after-load "highlight-indentation" '(diminish 'highlight-indentation-current-column-mode))
(eval-after-load "highlight-symbol" '(diminish 'highlight-symbol-mode))
(eval-after-load "org-indent" '(diminish 'org-indent-mode))
(eval-after-load "rainbow-mode" '(diminish 'rainbow-mode))
(eval-after-load "robe" '(diminish 'robe-mode))
(eval-after-load "smartparens" '(diminish 'smartparens-mode))
Expand Down
4 changes: 3 additions & 1 deletion lisp/init-yasnippet.el
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
;;
;;; Code:

(eval-when-compile (require 'yasnippet))

(setq yas-verbosity 0) ; Suppress messages
(yas-global-mode 1)
(autoload 'dropdown-list "dropdown-list" "Dropdown menu interface" t)
Expand All @@ -42,4 +44,4 @@
(provide 'init-yasnippet)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; init-yasnippet.el ends here
;;; init-yasnippet.el ends here

0 comments on commit fd331d5

Please sign in to comment.