mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 02:50:24 +10:00
Minor edits.
This commit is contained in:
@@ -402,6 +402,8 @@
|
||||
(use-package ox-man)
|
||||
(use-package ox-gemini)
|
||||
|
||||
(use-package! password-store)
|
||||
|
||||
(map! :leader
|
||||
(:prefix ("r" . "registers")
|
||||
:desc "Copy to register" "c" #'copy-to-register
|
||||
|
||||
@@ -35,6 +35,7 @@
|
||||
- [[#neotree][NEOTREE]]
|
||||
- [[#open-specific-files][OPEN SPECIFIC FILES]]
|
||||
- [[#org-mode][ORG MODE]]
|
||||
- [[#password-store][PASSWORD STORE]]
|
||||
- [[#registers][REGISTERS]]
|
||||
- [[#remote-connections][REMOTE CONNECTIONS]]
|
||||
- [[#shells][SHELLS]]
|
||||
@@ -674,6 +675,13 @@ We need ox-man for "Org eXporting" to manpage format.
|
||||
(use-package ox-gemini)
|
||||
#+END_SRC
|
||||
|
||||
* PASSWORD STORE
|
||||
Uses the standard Unix password store "pass".
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(use-package! password-store)
|
||||
#+end_src
|
||||
|
||||
* 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'.
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
(package! org-bullets)
|
||||
(package! ox-gemini)
|
||||
(package! peep-dired)
|
||||
(package! pianobar)
|
||||
(package! password-store)
|
||||
(package! rainbow-mode)
|
||||
(package! resize-window)
|
||||
(package! tldr)
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
[geometry]
|
||||
posx=0
|
||||
posx=1920
|
||||
posy=0
|
||||
sizex=1246
|
||||
sizey=882
|
||||
sizex=1920
|
||||
sizey=1080
|
||||
|
||||
[nitrogen]
|
||||
view=icon
|
||||
|
||||
Reference in New Issue
Block a user