Install restclient & Co. (helm and company helpers)

This commit is contained in:
Gergely Polonkai
2016-10-21 15:23:54 +02:00
parent e2b3df969c
commit 0f51e9aa9a
18 changed files with 1817 additions and 0 deletions

View File

@@ -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 lets 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")