Install restclient & Co. (helm and company helpers)
This commit is contained in:
9
init.el
9
init.el
@@ -60,6 +60,7 @@
|
||||
command-log-mode
|
||||
company
|
||||
company-c-headers
|
||||
company-restclient
|
||||
company-shell
|
||||
diminish
|
||||
drag-stuff
|
||||
@@ -123,6 +124,8 @@
|
||||
projectile
|
||||
rainbow-delimiters
|
||||
rainbow-mode
|
||||
restclient
|
||||
restclient-helm
|
||||
sass-mode
|
||||
simple-rtm
|
||||
smart-mode-line
|
||||
@@ -621,6 +624,12 @@
|
||||
;; This seems to be the default, but let’s make sure…
|
||||
(electric-indent-mode 1))
|
||||
|
||||
(use-package restclient)
|
||||
|
||||
(use-package company-restclient)
|
||||
|
||||
(use-package restclient-helm)
|
||||
|
||||
;; Load my own functions
|
||||
(load "gnu-c-header.el")
|
||||
(load "toggle-window-split.el")
|
||||
|
Reference in New Issue
Block a user