chore(tazjin/emacs): Minor cleanup of unused modes and config
Change-Id: I38c6a32339bf7606b733a938b4e55df2506a13a7 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2107 Reviewed-by: tazjin <mail@tazj.in> Tested-by: BuildkiteCI
This commit is contained in:
parent
8d24a975f1
commit
cce0ad1bcd
4 changed files with 0 additions and 6 deletions
|
@ -15,7 +15,6 @@
|
|||
;; Start eshell or switch to it if it's active.
|
||||
(global-set-key (kbd "C-x m") 'eshell)
|
||||
|
||||
;; Start a new eshell even if one is active.
|
||||
(global-set-key (kbd "C-x C-p") 'ivy-browse-repositories)
|
||||
(global-set-key (kbd "M-g M-g") 'goto-line-with-feedback)
|
||||
|
||||
|
|
|
@ -195,7 +195,6 @@
|
|||
(local-set-key ">" 'self-insert-command)))))
|
||||
|
||||
(use-package f)
|
||||
(use-package geiser)
|
||||
|
||||
(use-package go-mode
|
||||
:bind (:map go-mode-map ("C-c C-r" . recompile))
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
(require 'uniquify)
|
||||
|
||||
;; Move files to trash when deleting
|
||||
(setq delete-by-moving-to-trash t)
|
||||
|
||||
;; We don't live in the 80s, but we're also not a shitty web app.
|
||||
(setq gc-cons-threshold 20000000)
|
||||
|
||||
|
|
|
@ -52,7 +52,6 @@ let
|
|||
elixir-mode
|
||||
elm-mode
|
||||
erlang
|
||||
geiser
|
||||
go-mode
|
||||
gruber-darker-theme
|
||||
haskell-mode
|
||||
|
|
Loading…
Reference in a new issue