From 543f3603efa350fdff156373f2210e3e9b7e6e4a Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Fri, 23 Aug 2019 15:35:38 -0700 Subject: [PATCH] Add doom changes --- .doom.d/config.el | 18 ++++++++++++++++++ .doom.d/init.el | 4 ++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.doom.d/config.el b/.doom.d/config.el index 5d0386b..a8d536f 100644 --- a/.doom.d/config.el +++ b/.doom.d/config.el @@ -1,3 +1,21 @@ ;;; ~/.doom.d/config.el -*- lexical-binding: t; -*- ;; Place your private configuration here +(require 'dap-go) + +(setq doom-leader-key ",") +(setq doom-leader-alt-key "M-,") +(setq doom-localleader-key ", m") +(setq doom-localleader-alt-key "M-, m") +(setq org-todo-keywords '((sequence "SWEEP(s)" "TODO(t)" "|" "DONE(d)") + (sequence "[ ](T)" "[-](p)" "[?](m)" "|" "[X](D)") + (sequence "NEXT(n)" "WAITING(w)" "LATER(l)" "|" "CANCELLED(c)"))) + +(map! :n "SPC" #'evil-ex + :gin "C-u" #'universal-argument + :n "C-h" #'evil-window-left + :n "C-j" #'evil-window-down + :n "C-k" #'evil-window-up + :n "C-l" #'evil-window-right + :n "-" #'flycheck-next-error + :n "_" #'flycheck-previous-error) diff --git a/.doom.d/init.el b/.doom.d/init.el index f221517..1fac4c9 100644 --- a/.doom.d/init.el +++ b/.doom.d/init.el @@ -55,7 +55,7 @@ +icons ; colorful icons for dired-mode ) electric ; smarter, keyword-based electric-indent - ;;eshell ; a consistent, cross-platform shell (WIP) + eshell ; a consistent, cross-platform shell (WIP) imenu ; an imenu sidebar and searchable code index term ; terminals in Emacs vc ; version-control and Emacs, sitting in a tree @@ -111,7 +111,7 @@ ;;julia ; a better, faster MATLAB ;;kotlin ; a better, slicker Java(Script) ;;latex ; writing papers in Emacs has never been so fun - ;;ledger ; an accounting system in Emacs + ledger ; an accounting system in Emacs ;;lua ; one-based indices? one-based indices markdown ; writing docs for people to ignore ;;nim ; python + lisp at the speed of c