home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit f988ff2714f0a7bfc2fb0b8d220e7fae9e10fc04
parent f400a3db9fd2300a8347cc1cb5865a236e1a7081
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sun, 19 Apr 2020 12:01:51 +0200

init.el: re-enable transient-mark-mode

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/init.el | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/tools/emacs/init.el b/tools/emacs/init.el @@ -16,6 +16,7 @@ (sbr-if-dump (progn (global-font-lock-mode) + (transient-mark-mode) (setq load-path sbr-dumped-load-path)) ;; add load-path’s and load autoload files (package-initialize))