add helpful, paredit. bind keys with use-package. use modus-vivendi-tinted theme
This commit is contained in:
@@ -18,7 +18,14 @@
|
||||
;; :config
|
||||
;; (load-theme 'zenburn t))
|
||||
|
||||
(load-theme 'modus-operandi-tinted t)
|
||||
(load-theme 'modus-vivendi-tinted t)
|
||||
|
||||
;; QOL packages
|
||||
(use-package helpful
|
||||
:bind (("C-h f" . #'helpful-callable)
|
||||
("C-h v" . #'helpful-variable)
|
||||
("C-h k" . #'helpful-key)
|
||||
("C-h x" . #'helpful-command)))
|
||||
|
||||
;; Org
|
||||
(use-package org
|
||||
@@ -70,7 +77,8 @@
|
||||
|
||||
;; git
|
||||
(use-package magit
|
||||
:demand t)
|
||||
:demand t
|
||||
:bind ("C-x g" . 'magit-status))
|
||||
|
||||
;; ;; code completion
|
||||
(use-package company
|
||||
@@ -96,6 +104,8 @@
|
||||
:config
|
||||
(load "~/.emacs.d/elisp/slime-setup.el"))
|
||||
|
||||
(use-package paredit)
|
||||
|
||||
;; Clojure
|
||||
(use-package cider)
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
;; magit
|
||||
(global-set-key (kbd "C-x g") 'magit-status)
|
||||
;; eshell
|
||||
(global-set-key (kbd "<f4>") 'eshell)
|
||||
(global-set-key (kbd "H-e") 'eshell)
|
||||
|
||||
Reference in New Issue
Block a user