|
You are here |
vxlabs.com | ||
| | | | |
takeonrules.com
|
|
| | | | | Last month I wrote Creating an Emacs Command to Rename Files per Denote File Naming Schema. Ive been using it in a one-off situation. And yesterday I wrote a wrapping function to call in dired. The source code for jf/dired-rename-files-to-denote-schema. (defun jf/dired-rename-files-to-denote-schema () "Rename marked files in `dired-mode'." (interactive) (when (seq-find (lambda (file) (member (file-name-nondirectory file) '("." ".."))) (dired-get-marked-files)) (user-error "Can't rename "." or ".." files"... | |
| | | | |
notes.neeasade.net
|
|
| | | | | ||
| | | | |
lambdaland.org
|
|
| | | | | Emacs Tips and Tricks # To Learn About # ? Company-mode (completion framework for lots of stuff) ? YASnippets (templates) ? Auto-YASnippets (something like thatI installed it for temporary templates) ? Alchemist mode (integrates with company modetooling for Elixir) ? What do M-. and M-, do? ? font-lock-add-keywords would let me add new keywords to a language ? hi-lock ? highlight-phrase, unhighlight-regex ? Registers ? Auto-loading packages to make startup time shorter Things that make me happy # Undo in... | |
| | | | |
jomalo.com
|
|
| | | Inspired by Hemispheric Views Duel of the Defaults - episode 097 and the many App Defaults entries collected by Robb. Here is my list for the Duel. Slowly moving back to defaults where I can to try and reduce subscription fatigue. Mail Client: Spark or Apple Mail Mail Server: Gmail Notes: Apple Notes or Drafts To-Do: Reminders iPhone Photo Shooting: iOS Camera or Obscura Photo Management: Google Photos Calendar: Fantastical Cloud file storage: iCloud RSS: Inoreader and Reeder Contacts: Contacts. | ||