minor config update
[dot-emacs] / ian-notes.org
index 1dfb3c12984f390a54597ddf68eff04184d5c7ca..4ec8e730e149299552a7b01e73d226eb0e0789b1 100644 (file)
@@ -1249,6 +1249,7 @@ clicking on info links
 speedbar-hide-button-brackets-flag nil)
       #+end_src
 
+* TODO look into session saving
 * TODO investigate modes i had installed, but removed due to not using:
 inf-ruby
 jedi
@@ -1803,82 +1804,82 @@ plan to use calc.
 
 * keybind tables
 
-  |-----------------+---------------------------+------------------------+-------------------------+-----------------|
-  | left primary    | C-                        | M-                     | C-M-                    | C-S-            |
-  |-----------------+---------------------------+------------------------+-------------------------+-----------------|
-  | 2               | copy-symbol               | shell-cd-to-file       | ---                     |                 |
-  | 3               | dot-mode-execute          |                        | recenter-top-bottom     |                 |
-  | q               | mode specific             | org-archive-...        | quoted-insert           |                 |
-  | w               | find-file                 | org-clock-in           |                         |                 |
-  | e               | copy-line                 | org-clock-in-last      |                         |                 |
-  | r               | isearch-backward          | org-clock-out          |                         |                 |
-  | a               | copy-all                  |                        |                         |                 |
-  | s               | C-x prefix                |                        | split-window-vertically |                 |
-  | d               | C-c prefix                |                        | swap buffer             |                 |
-  | f               | kill-whole-line           | print-var-at-point     | kill rest of line       |                 |
-  | g               | other-window / cancel     | abort-recursive-edit   | gnus                    |                 |
-  | z               | undo-tree-undo            |                        |                         |                 |
-  | x               | kill-region               | append-next-kill       | append-next-kill        |                 |
-  | c               | copy                      | org-capture            | copy-to-register        |                 |
-  | v               | yank                      | insert-register        | yank pop                |                 |
-  | b               | delete-other-windows      | search back symbol     | isearch-current-symbol  |                 |
-  | tab             | ---                       | indent line            |                         |                 |
-  | delete          | kill-symbol               |                        | kill-sexp               |                 |
-  | left-arrow      | backward-symbol           |                        | org-shiftup             |                 |
-  | right-arrow     | forward-symbol            |                        | org-shiftdown           |                 |
-  | backspace       | backward-kill-symbol      |                        | backward-kill-sexp      |                 |
-  | f7              |                           |                        |                         |                 |
-  |-----------------+---------------------------+------------------------+-------------------------+-----------------|
-  | right primary   | C-                        | M-                     | C-M-                    | C-S-            |
-  |-----------------+---------------------------+------------------------+-------------------------+-----------------|
-  | *               | split-window-horizontally |                        | calc-dispatch           |                 |
-  | 9               | delete-window-or-exit     | kill-buffer-and-window | kill client buffer      |                 |
-  | u               | universal-argument        |                        | search-keybind          |                 |
-  | i               |                          |                        | query-replace-regexp    |                 |
-  | o               | occur                     |                        | counsel-imenu           |                 |
-  | p               | move-mouse-to-point       |                        | delete-horizontal-space |                 |
-  | j               | pop-to-mark               | previous-error         | register prefix         |                 |
-  | k               | jump to register          | next-error             | man                     |                 |
-  | l               | ivy-switch-buffer         |                        | cursor top bottom mid   |                 |
-  | ;               | comment-dwim              | comment-dwim           | comment line            |                 |
-  | m               |                           |                        | recursive grep          |                 |
-  | ,               | counsel-find-file         |                        | find-file-in-project    |                 |
-  | .               | recentf-ido-find-file     |                        | -                       |                 |
-  | /               | join lines                |                        | copy-variable           |                 |
-  | 8               | calc-embedded-word        |                        |                         |                 |
-  | up-arrow        | back defun/headline       |                        |                         | winner undo     |
-  | down-arrow      | forward dfun/headline     |                        | toggle-mark-activation  | smex-major-mode |
-  | lbracket        | ----                      |                        | scroll-right            |                 |
-  | rbracket        | fill-paragraph            |                        | scroll-left             |                 |
-  | return          | newline next line         | newline plain          |                         |                 |
-  | space           | org-edit-special          |                        | spell check word        |                 |
-  |-----------------+---------------------------+------------------------+-------------------------+-----------------|
-  | left secondary  | C-                        | M-                     | C-M-                    | C-S-            |
-  |-----------------+---------------------------+------------------------+-------------------------+-----------------|
-  | =               |                           |                        |                         |                 |
-  | 1               |                           |                        |                         |                 |
-  | 4               |                           |                        | widen                   |                 |
-  | 5               |                           |                        |                         |                 |
-  | tab-key         | query-replace             |                        |                         |                 |
-  | t               | org change todo state     |                        | org insert timestamp    |                 |
-  | home            | start of buffer           |                        |                         |                 |
-  | end             | end of buffer             |                        |                         |                 |
-  | f9              |                           |                        |                         |                 |
-  |-----------------+---------------------------+------------------------+-------------------------+-----------------|
-  | right secondary | C-                        | M-                     | C-M-                    | C-S-            |
-  |-----------------+---------------------------+------------------------+-------------------------+-----------------|
-  | 6               | save-buffers-kill-emacs   |                        | insert-small-copyright  |                 |
-  | 7               |                           |                        | insert-full-copyright   |                 |
-  | 0               | text-scale-reset          |                        | insert-apache           |                 |
-  | -               |                           |                        | org-edit-src-exit       |                 |
-  | y               | undo-tree-redo            |                        |                         |                 |
-  | \               | sr-speedbar-toggle        |                        | mark-defun              |                 |
-  | h               | help-prefix               |                        |                         |                 |
-  | '               | eval-expression           |                        |                         |                 |
-  | n               | unpop-to-mark-command     |                        | narrow-to-region        |                 |
-  | rshift          |                           |                        |                         |                 |
-  | escape          | find-tag                  |                        |                         |                 |
-  |-----------------+---------------------------+------------------------+-------------------------+-----------------|
+  |-----------------+---------------------------+------------------------+-------------------------+-------------------------|
+  | left primary    | C-                        | M-                     | C-M-                    | C-S-                    |
+  |-----------------+---------------------------+------------------------+-------------------------+-------------------------|
+  | 2               | copy-symbol               | shell-cd-to-file       | ---                     |                         |
+  | 3               | dot-mode-execute          |                        | recenter-top-bottom     |                         |
+  | q               | mode specific             | org-archive-...        | quoted-insert           |                         |
+  | w               | find-file                 | org-clock-in           |                         |                         |
+  | e               | copy-line                 | org-clock-in-last      |                         |                         |
+  | r               | isearch-backward          | org-clock-out          |                         |                         |
+  | a               | copy-all                  |                        |                         |                         |
+  | s               | C-x prefix                |                        | split-window-vertically |                         |
+  | d               | C-c prefix                | run                    | swap buffer             |                         |
+  | f               | kill-whole-line           | print-var-at-point     | kill rest of line       |                         |
+  | g               | other-window / cancel     | abort-recursive-edit   | gnus                    |                         |
+  | z               | undo-tree-undo            |                        |                         |                         |
+  | x               | kill-region               | append-next-kill       | append-next-kill        |                         |
+  | c               | copy                      | org-capture            | copy-to-register        |                         |
+  | v               | yank                      | insert-register        | yank pop                |                         |
+  | b               | delete-other-windows      | search back symbol     | isearch-current-symbol  |                         |
+  | tab             | ---                       | indent line            |                         |                         |
+  | delete          | kill-symbol               |                        | kill-sexp               |                         |
+  | left-arrow      | backward-symbol           |                        | org-shiftup             |                         |
+  | right-arrow     | forward-symbol            |                        | org-shiftdown           |                         |
+  | backspace       | backward-kill-symbol      |                        | backward-kill-sexp      |                         |
+  | f7              |                           |                        |                         |                         |
+  |-----------------+---------------------------+------------------------+-------------------------+-------------------------|
+  | right primary   | C-                        | M-                     | C-M-                    | C-S-                    |
+  |-----------------+---------------------------+------------------------+-------------------------+-------------------------|
+  | *               | split-window-horizontally |                        | calc-dispatch           |                         |
+  | 9               | delete-window-or-exit     | kill-buffer-and-window | kill client buffer      |                         |
+  | u               | universal-argument        |                        | search-keybind          |                         |
+  | i               |                           |                        | query-replace-regexp    |                         |
+  | o               | occur                     |                        | counsel-imenu           |                         |
+  | p               | move-mouse-to-point       |                        | delete-horizontal-space |                         |
+  | j               | pop-to-mark               | previous-error         | register prefix         |                         |
+  | k               | jump to register          | next-error             | man                     |                         |
+  | l               | ivy-switch-buffer         |                        | cursor top bottom mid   |                         |
+  | ;               | comment-dwim              | comment-dwim           | comment line            |                         |
+  | m               |                           |                        | recursive grep          |                         |
+  | ,               | counsel-find-file         |                        | find-file-in-project    |                         |
+  | .               | recentf-ido-find-file     |                        | -                       |                         |
+  | /               | join lines                |                        | copy-variable           |                         |
+  | 8               | calc-embedded-word        |                        |                         |                         |
+  | up-arrow        | back defun/headline       |                        |                         | winner undo             |
+  | down-arrow      | forward dfun/headline     |                        | toggle-mark-activation  | smex-major-mode         |
+  | lbracket        | ----                      |                        | scroll-right            |                         |
+  | rbracket        | fill-paragraph            |                        | scroll-left             |                         |
+  | return          | newline next line         | newline plain          |                         |                         |
+  | space           | org-edit-special          |                        | spell check word        |                         |
+  |-----------------+---------------------------+------------------------+-------------------------+-------------------------|
+  | left secondary  | C-                        | M-                     | C-M-                    | C-S-                    |
+  |-----------------+---------------------------+------------------------+-------------------------+-------------------------|
+  | =               |                           |                        |                         |                         |
+  | 1               |                           |                        |                         |                         |
+  | 4               |                           |                        | widen                   |                         |
+  | 5               |                           |                        |                         |                         |
+  | tab-key         | query-replace             |                        |                         |                         |
+  | t               | org change todo state     |                        | org insert timestamp    |                         |
+  | home            | start of buffer           |                        |                         |                         |
+  | end             | end of buffer             |                        |                         |                         |
+  | f9              |                           |                        |                         |                         |
+  |-----------------+---------------------------+------------------------+-------------------------+-------------------------|
+  | right secondary | C-                        | M-                     | C-M-                    | C-S-                    |
+  |-----------------+---------------------------+------------------------+-------------------------+-------------------------|
+  | 6               |                           |                        | insert-small-copyright  | save-buffers-kill-emacs |
+  | 7               |                           |                        | insert-full-copyright   |                         |
+  | 0               | text-scale-reset          |                        | insert-apache           |                         |
+  | -               |                           |                        | org-edit-src-exit       |                         |
+  | y               | undo-tree-redo            |                        |                         |                         |
+  | \               | sr-speedbar-toggle        |                        | mark-defun              |                         |
+  | h               | help-prefix               |                        |                         |                         |
+  | '               | eval-expression           |                        |                         |                         |
+  | n               | unpop-to-mark-command     |                        | narrow-to-region        |                         |
+  | rshift          |                           |                        |                         |                         |
+  | escape          | find-tag                  |                        |                         |                         |
+  |-----------------+---------------------------+------------------------+-------------------------+-------------------------|
 
 * keybind notes
 todo: