python-black :demand t :after python :config ;; (add-hook! 'python-mode-hook #'python-black-on-save-mode) ;; Feel free to throw your own personal keybindings here (map! :leader :desc "Blacken Buffer" "m b b" #'python-black-buffer) (map! :leader :desc "Blacken Region" "m b ...
I got tired of flipping back n forth between buffers, copying the ID of a headline, then jump back and paste that ID into my link. So now i’ll have org-refile-get-location fetch the ID for us when I call org-insert-link. NOTE: I need to see a better way of caching headlines...
Links, Hyperlinks and more SPC m lto add a link to an org page You can add::to specify a heading or a line number You can paste http links as well You can “link” some text with specific codeSPC m lelisp: (+ 2 2) when you click the link, emacs will evaluate the expression ...
Copy MRU to excludesList using $ sort /tmp/log1 | uniq -c | sort -rn | head -n20 | cut -d# -f2 | paste -sd "," - var mName = 'MyModule', excludeList = ['Alot', 'Of', 'UI', 'Related', 'Functions']; Module.enumerateExportsSync(mName) .filter(function(e) { var from...
Ctrl + C/Ctrl + Shift + V Copy and paste selected nodes (maintaining connections from outputs of unselected nodes to inputs of pasted nodes) Shift + Drag Move multiple selected nodes at the same time Ctrl + D Load default graph Q Toggle visibility of the queue H Toggle visibility of hist...
I got tired of flipping back n forth between buffers, copying the ID of a headline, then jump back and paste that ID into my link. So now i’ll have org-refile-get-location fetch the ID for us when I call org-insert-link. NOTE: I need to see a better way of caching headlines...
Copy MRU to excludesList using $ sort /tmp/log1 | uniq -c | sort -rn | head -n20 | cut -d# -f2 | paste -sd "," - var mName = 'MyModule', excludeList = ['Alot', 'Of', 'UI', 'Related', 'Functions']; Module.enumerateExportsSync(mName) .filter(function(e) { var from...