emacs-which-key
elfeed-protocol
Our great sponsors
emacs-which-key | elfeed-protocol | |
---|---|---|
25 | 3 | |
1,416 | 74 | |
- | - | |
5.2 | 4.5 | |
5 days ago | 13 days ago | |
Emacs Lisp | Emacs Lisp | |
GNU General Public License v3.0 only | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
emacs-which-key
-
About to declare Emacs bankruptcy. Any advice for cool or new packages, defaults, or ideas I should use before I start building my init.el? Also interested in guides to using evil.
install which-key. It's literally the perfect extension. There is no reason not to use which-key and you will be glad you have it some day.
-
What are some must-have packages for emacs?
beacon which-key auto-package-update dired-hacks helm
-
How to get doom emacs keybindings?
Hey there. I migrated from Doom to vanilla Emacs earlier this year and went through the process of backporting a bunch of Doom's features into vanilla. As others have said, general.el is the package you want to do this. Doom doesn't really replace the control key with space. Rather, it defines keybindings that allow you to chord the default keybindings with the space prefix. While I haven't ported every hotkey over (and have changed some of the keybindings), the code in my config replicates Doom's behavior (prefix with the space leader key). You should also use which-key, which will show the available hotkeys after pressing a prefix. Doom has this enabled by default and there is no configuration required to get it working with the general prefix keys.
-
Very basic commands seem zany to me.. does it make sense later?
In addition to the Mastering Emacs blog, I think you may find this useful: https://github.com/justbur/emacs-which-key.
-
How did you get started with vanilla emacs?
- whick-key helps you easily see which keybinds are possible.
-
Tips To Learn Emacs Fast as in Very Fast
Install which-key, it will help you a lot.
-
Which which-key should I install?
The Melpa versioning scheme is a bit unfortunate, since it does not use the same semantic versioning scheme as rest of the community but uses dates when package is submitted. But it is built on 2022, 2nd Feb, which is the day of the latest update when which-key was bumped to version 3.6.0. You can check the GitHub repo.
The version on melpa is whatever's currently on the Github repo. The version on GNU only updates when the author actually publishes a release. So depends on whether you want to live on the bleeding edge or not.
-
Newb question about UI
Enabling which-key will help you out with the keybindings stuff.
-
Your first taste of emacs
A great package for learning emacs is which-key. This package makes a minibuffer popup with a key map based on the last key you just pressed (i.e if there are any). Add (use-package which-key :config (which-key-mode t)) to your config and try pressing C-x to see what options you have from there.
elfeed-protocol
-
Elfeed-protocol - two way sync?
Any one have a setup with [Elfeed-protocol](https://github.com/fasheng/elfeed-protocol) that can tell me if it is possible to do two way sync of feeds? I have managed to get a setup up working with synchronization between elfeed and miniflux with the fever API. As it works now, I can read the feeds I add in miniflux in emacs with elfeed, and the read state and everything is correctly synced. However the feeds I set up in emacs aren't synced to miniflux, and I don't know if it is supposed to be like this or if there is something wrong with my setup.
-
Real hidden gems when it comes to self hosting
Tiny Tiny Rss with fulltext-extraction like Fivefilters; fever API emulation, elfeed protocol addons and dark themes are available
-
What websites do you all check more than once per week?
I used Feedly for a good while, but switched to newsblur, mostly b/c I wanted to experiment with my own feed ordering methods. Both are good; feedly seems to be aimed at journalists trying to keep up with the state of the discourse, whereas newsblur seems to be aiming at folks who want to opt out of facebook/twitter as a medium of article exchange.
What are some alternatives?
frontend - The Guardian DotCom.
tokyonight.nvim - 🏙 A clean, dark Neovim theme written in Lua, with support for lsp, treesitter and lots of plugins. Includes additional themes for Kitty, Alacritty, iTerm and Fish.
use-package - A use-package declaration for simplifying your .emacs
helpful - A better Emacs *help* buffer
k9s - 🐶 Kubernetes CLI To Manage Your Clusters In Style!
evil-collection - A set of keybindings for evil-mode
haskell-language-server - Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine.
vim-which-key - :tulip: Vim plugin that shows keybindings in popup
straight.el - 🍀 Next-generation, purely functional package manager for the Emacs hacker.
hydra - make Emacs bindings that stick around
prelude - Prelude is an enhanced Emacs 25.1+ distribution that should make your experience with Emacs both more pleasant and more powerful.
smartparens - Minor mode for Emacs that deals with parens pairs and tries to be smart about it.