aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorgxlin <[email protected]>2021-02-27 19:06:25 +0800
committergxlin <[email protected]>2021-02-27 19:06:25 +0800
commitfc8c282cf036c95527f783d5759c01c689534171 (patch)
treebda4d66f724c1f49e7c7e7d0de2dc0ccfbca97cc /.emacs.d
parentd49aebd7563898c3434141e25596ed7979583e2a (diff)
downloaddotfiles-fc8c282cf036c95527f783d5759c01c689534171.tar.gz
dotfiles-fc8c282cf036c95527f783d5759c01c689534171.tar.bz2
dotfiles-fc8c282cf036c95527f783d5759c01c689534171.zip
Remove ledger-cli config and enable mouse in emacs
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 06d135a..418c41d 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -20,6 +20,8 @@
(when (version<= "26.0.50" emacs-version)
(global-display-line-numbers-mode))
+(xterm-mouse-mode 1) ;; Enable mouse
+
;; Evil
(unless (package-installed-p 'evil)
(package-install 'evil))