elfeed
- 2022-10-24 ◦ A workflow for reading, managing and discovering ML research papers with Emacs | Koustuv Sinha
- 2022-10-24 ◦ Add org-store-link Entry for elfeed - Yiming Chen
1 2 3 4 5 6 7 8 9 10 11 12 13 14
;; --------------------- ;; org capture in elfeed ;; --------------------- (defun private/org-elfeed-entry-store-link () (when elfeed-show-entry (let* ((link (elfeed-entry-link elfeed-show-entry)) (title (elfeed-entry-title elfeed-show-entry))) (org-store-link-props :link link :description title) ))) (add-hook 'org-store-link-functions 'private/org-elfeed-entry-store-link)
- 2022-10-19 ◦ github.com/iocanel/emacs.d/+elfeed.el
- 2022-10-19 ◦ github.com/skeeto/.emacs.d/feed-setup.el
- 2022-10-19 ◦ Lazy Elfeed | Karthinks
- 2022-10-19 ◦ hooks - elfeed + olivetti modes - Emacs Stack Exchange
- 2022-10-19 ◦ github.com/SqrtMinusOne/dotfiles/Emacs.org
Functions
|
|
|
|
Registers
- 2023-01-31 ◦ Emacs: introduction to REGISTERS - YouTube
Append text to registers
When you are collecting text using append-to-register and prepend-to-register, you may want to separate individual collected pieces using a separator. In that case, configure a register-separator and store the separator text in to that register. For example, to get double newlines as text separator during the collection process, you can use the following setting.
|
|
Resources
Keyboard shortcuts
- 2022-09-05 ◦ GitHub - VernonGrant/emacs-keyboard-shortcuts: A list of Emacs keyboard shortcuts that I use on a regular basis.
Bookmarks
-
2022-10-11 ◦ EmacsWiki: Book Marks
Some keys in Bookmark List:
‘a’ – show annotation for the current bookmark ‘A’ – show all annotations for your bookmarks ‘d’ – mark various entries for deletion (‘x’ – to delete them) ‘e’ – edit the annotation for the current bookmark ‘m’ – mark various entries for display and other operations, (‘v’ – to visit) ‘o’ – visit the current bookmark in another window, keeping the bookmark list open ‘C-o’ – switch to the current bookmark in another window ‘r’ – rename the current bookmark
Blogs
- 2023-03-23 ◦ Karthinks
Configuration
- 2023-01-26 ◦ My NANO-based Emacs config | Config | Random Geekery
- 2022-11-14 ◦ GitHub - caisah/emacs.dz: Awesome emacs config files
- 2022-10-26 ◦ Doom Emacs Configuration
- 2022-10-25 ◦ 极简Emacs开发环境配置
- 2022-10-18 ◦ A Life Configuring Emacs
Evil
Comparisons
Emojis
- 2022-10-25 ◦ Native Emojis in Emacs | Ian Y.E. Pan
EmacsConf
GTD
- 2022-12-01 ◦ How I use Emacs and Org-mode to implement GTD
Collection of awesome packages
- 2022-09-01 ◦ GitHub - emacs-tw/awesome-emacs: A community driven list of useful Emacs packages, libraries and other items.
- 2022-09-01 ◦ Emacs by Ernst de Hart (ehartc) | ZEEF
- 2022-09-01 ◦ Lets share your top 3 packages that you cant live without. : emacs
- 2022-09-01 ◦ What are some must-have packages for emacs? : emacs
Writing
- 2022-11-07 ◦ blakewatson.com – Almost monospaced: the perfect fonts for writing
- 2022-09-20 ◦ Creative writing with Emacs – Jacmoe’s Cyber Soapbox
org-babel
- 2022-12-06 ◦ github.com/dfeich/org-babel-examples
- Examples using emacs org mode babel inline source code with different backend languages
Reports
Productivity
- 2023-04-25 ◦ GitHub - karthink/project-x: Ehancements to Emacs’ built in project library.
- restore open files, buffers
- 2023-02-01 ◦ Emacs micro motions and hacks - YouTube
Programming
UI
- 2022-12-05 ◦ gopiandcode/emacs-viewer: A web frontend for your Org-mode - emacs-viewer - Codeberg.org