mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 10:57:58 +00:00
cef34b86cb
I've also updated the Rofi config with my custom mode scripts. Aside from that, I've finally took the time to recreate my file metadata editing script. Well, there's also the update of the README.
8 lines
101 B
Plaintext
Executable File
8 lines
101 B
Plaintext
Executable File
# -*- mode: snippet -*-
|
|
# name: Org-Mode source block
|
|
# key: quote
|
|
# --
|
|
#+BEGIN_QUOTE
|
|
$1
|
|
#+END_QUOTE
|