Explore >> Select a destination


You are here

lambdaland.org
| | takeonrules.com
2.7 parsecs away

Travel
| | 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"...
| | hiepph.xyz
2.8 parsecs away

Travel
| | My ~/.emacs.d configuration used to be a mess. For example, here are 2 old configurations for IDO and sidebar neotree. ;; ### IDO ##### (require 'ido) ;; enable IDO (ido-mode 1) (ido-everywhere 1) (ido-ubiquitous-mode 1) (setq ido-enable-flex-matching t) (setq ido-use-filename-at-point nil) (setq ido-auto-merge-work-directories-length -1) (setq ido-use-virtual-buffers t) ;; Shows a list of buffers (global-set-key (kbd "C-x C-b") 'ibuffer) ;; #### Neo Tree ##### (require-package 'neotree) ;; Bind F8 to sh...
| | taonaw.com
3.2 parsecs away

Travel
| | Tweaking Emacs' window management as a way to get tired and go to bed again.
| | blog.dornea.nu
28.0 parsecs away

Travel
| In the first part of this series I've outlined the main factors for moving my digital garden / braindump / Zettelkasten to org-roam and which factors have facilitated this decision. In the 2nd part I will expand more how I've built the new brainfck.org using hugo, ox-hugo and org-roam. Extracting tiddlers from my Tiddlywiki setup was only the first step towards a Second Brain using org-roam. Since I'm a clear advocate for public digital gardens, I didn't want to keep my notes only for my self.