aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs/core.org
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2024-05-06 02:23:38 +0530
committerAryadev Chavali <aryadev@aryadevchavali.com>2024-05-06 02:38:06 +0530
commit2986c04c2fcad44eb80ce01336ade33a7429cf7a (patch)
treeb27268aaf71518841b11d19050f727275965b876 /Emacs/.config/emacs/core.org
parent04a4f50daf64f3159b9f8f15c0a106073d738a54 (diff)
downloaddotfiles-2986c04c2fcad44eb80ce01336ade33a7429cf7a.tar.gz
dotfiles-2986c04c2fcad44eb80ce01336ade33a7429cf7a.tar.bz2
dotfiles-2986c04c2fcad44eb80ce01336ade33a7429cf7a.zip
(Emacs|Shell|SystemD)~Small changes
Diffstat (limited to 'Emacs/.config/emacs/core.org')
-rw-r--r--Emacs/.config/emacs/core.org6
1 files changed, 4 insertions, 2 deletions
diff --git a/Emacs/.config/emacs/core.org b/Emacs/.config/emacs/core.org
index 417d978..b727f78 100644
--- a/Emacs/.config/emacs/core.org
+++ b/Emacs/.config/emacs/core.org
@@ -110,7 +110,7 @@ code.
(general-evil-setup t))
#+end_src
-** Some binds in Emacs
+** Some binds for Emacs
Some bindings that I couldn't fit elsewhere easily.
#+begin_src emacs-lisp
(use-package emacs
@@ -126,6 +126,8 @@ Some bindings that I couldn't fit elsewhere easily.
"C-M-l" #'+move/word-forward)
(nmmap
+ "M-;" #'eval-expression
+ "g=" #'align-regexp
"C--" #'text-scale-decrease
"C-=" #'text-scale-increase
"C-+" #'text-scale-adjust)
@@ -140,7 +142,7 @@ Some bindings that I couldn't fit elsewhere easily.
"h" '(help-command :which-key "Help"))
(mode-leader
- "t" #'+oreo/switch-theme)
+ "T" #'+oreo/switch-theme)
(code-leader
"F" `(,(proc (interactive) (find-file "~/Code/"))