How I am deeply integrating Emacs
https://joshblais.com/blog/how-i-am-deeply-integrating-emacs/
#HackerNews #Emacs #Integration #EmacsTips #Programming #Productivity #HackerNews
How I am deeply integrating Emacs
https://joshblais.com/blog/how-i-am-deeply-integrating-emacs/
#HackerNews #Emacs #Integration #EmacsTips #Programming #Productivity #HackerNews
Just discover the `tab-bar-history-mode` in Emacs.
As `tab-bar-mode` let you have a frame config per tab, `tab-bar-history-mode` let you manage the history of the windows config of each tab.
A Beginner's Guide to Extending Emacs
https://blog.tjll.net/a-beginners-guide-to-extending-emacs/
#HackerNews #Emacs #Extending #Beginner #Guide #EmacsTips #Programming
Emacs as your video-trimming tool
https://xenodium.com/emacs-as-your-video-trimming-tool
#HackerNews #Emacs #Video #Editing #EmacsTips #VideoTrimming #OpenSourceTools
Emacs dired-mode as a file manager
https://lynn.sh/guix-emacs-file-manager.html
#HackerNews #Emacs #dired-mode #file #manager #EmacsTips #filemanagement #technews
Point to emacs source files
(setq find-function-C-source-directory "~/emacs/src/")
And use helpful to describe a function
M-x helpful-function make-finalizer
To get a nice view of C source code, with a link.