Minor edits.

This commit is contained in:
Derek Taylor
2021-06-05 12:38:42 -05:00
parent 125f9d2630
commit 837b3c7fb5
4 changed files with 14 additions and 4 deletions

View File

@@ -402,6 +402,8 @@
(use-package ox-man) (use-package ox-man)
(use-package ox-gemini) (use-package ox-gemini)
(use-package! password-store)
(map! :leader (map! :leader
(:prefix ("r" . "registers") (:prefix ("r" . "registers")
:desc "Copy to register" "c" #'copy-to-register :desc "Copy to register" "c" #'copy-to-register

View File

@@ -35,6 +35,7 @@
- [[#neotree][NEOTREE]] - [[#neotree][NEOTREE]]
- [[#open-specific-files][OPEN SPECIFIC FILES]] - [[#open-specific-files][OPEN SPECIFIC FILES]]
- [[#org-mode][ORG MODE]] - [[#org-mode][ORG MODE]]
- [[#password-store][PASSWORD STORE]]
- [[#registers][REGISTERS]] - [[#registers][REGISTERS]]
- [[#remote-connections][REMOTE CONNECTIONS]] - [[#remote-connections][REMOTE CONNECTIONS]]
- [[#shells][SHELLS]] - [[#shells][SHELLS]]
@@ -674,6 +675,13 @@ We need ox-man for "Org eXporting" to manpage format.
(use-package ox-gemini) (use-package ox-gemini)
#+END_SRC #+END_SRC
* PASSWORD STORE
Uses the standard Unix password store "pass".
#+begin_src emacs-lisp
(use-package! password-store)
#+end_src
* REGISTERS * REGISTERS
Emacs registers are compartments where you can save text, rectangles and positions for later use. Once you save text or a rectangle in a register, you can copy it into the buffer once or many times; once you save a position in a register, you can jump back to that position once or many times. The default GNU Emacs keybindings for these commands (with the exception of counsel-register) involves 'C-x r' followed by one or more other keys. I wanted to make this a little more user friendly, and since I am using Doom Emacs, I choose to replace the 'C-x r' part of the key chords with 'SPC r'. Emacs registers are compartments where you can save text, rectangles and positions for later use. Once you save text or a rectangle in a register, you can copy it into the buffer once or many times; once you save a position in a register, you can jump back to that position once or many times. The default GNU Emacs keybindings for these commands (with the exception of counsel-register) involves 'C-x r' followed by one or more other keys. I wanted to make this a little more user friendly, and since I am using Doom Emacs, I choose to replace the 'C-x r' part of the key chords with 'SPC r'.

View File

@@ -64,7 +64,7 @@
(package! org-bullets) (package! org-bullets)
(package! ox-gemini) (package! ox-gemini)
(package! peep-dired) (package! peep-dired)
(package! pianobar) (package! password-store)
(package! rainbow-mode) (package! rainbow-mode)
(package! resize-window) (package! resize-window)
(package! tldr) (package! tldr)

View File

@@ -1,8 +1,8 @@
[geometry] [geometry]
posx=0 posx=1920
posy=0 posy=0
sizex=1246 sizex=1920
sizey=882 sizey=1080
[nitrogen] [nitrogen]
view=icon view=icon