summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cd69bea)
raw | patch | inline | side by side (parent: cd69bea)
author | Ian Kelling <iank@fsf.org> | |
Tue, 18 Jun 2019 19:23:14 +0000 (15:23 -0400) | ||
committer | Ian Kelling <iank@fsf.org> | |
Tue, 18 Jun 2019 19:23:14 +0000 (15:23 -0400) |
my-init.org | patch | blob | history | |
myinit.el | patch | blob | history |
diff --git a/my-init.org b/my-init.org
index 6650e0efd372d2355ae9ea05902b5f56a17de3d0..12a02fcf0ecb2b2c45f5fdefbe2e4504cb280b93 100644 (file)
--- a/my-init.org
+++ b/my-init.org
#+end_src
*** C-S-q
*** C-w
-goto-t.org
-#+begin_src emacs-lisp
-(global-set-key (kbd "C-w") (lambda () (interactive) (goto-buffer-or-find-file "/a/t.org")))
-#+end_src
+---
+in terminal, it's ctrl-backspace, duplicate keybind.
*** M-w
org-clock-in
#+begin_src emacs-lisp
diff --git a/myinit.el b/myinit.el
index 9df7a86952caa36ef6ded3413fc332c2e7026914..2e1f3835a1d88bb4fee0bc2bf3793a02e1fafe1f 100644 (file)
--- a/myinit.el
+++ b/myinit.el
mu4e-index-lazy-check nil
mu4e-get-mail-command "true"
user-mail-address "iank@fsf.org"
+ ;; WARNING: be careful editing this, there needs to be a space after --, and my editor
+ ;; and git will automatically remove it unless i manually disable it.
mail-signature "
---
+--
Ian Kelling | Senior Systems Administrator, Free Software Foundation
GPG Key: B125 F60B 7B28 7FF6 A2B7 DF8F 170A F0E2 9542 95DF
https://fsf.org | https://gnu.org
(dolist
(r `(
(?i (file . ,"~/.emacs.d/my-init.org"))
- (?t (file . ,"/a/x.txt"))
+ (?t (file . ,"/a/t.org"))
+ (?x (file . ,"/a/x.txt"))
))
(set-register (car r) (cadr r)))