Emacs Config file for my daily workflow -
Changes made to this guide:
2024-03-03
: Fixed problem with installing company from MELPA2023-11-07
: Adding more configurations to support multiple coding experiences.2023-10-02
: Fixed the problem of void treemacs--setup-icon-background-colors.2023-09-10
: Now I am usingEmacs30
natively on my current machine.2023-08-28
: Added .spacemacs and early_init.el for my current Intel Machine Base, using Emacs29.2023-09-23
: Added yanking and region highlights.2023-06-22
: Added explanations about the c/c++ language using the c-c++ layer.2023-06-02
: Added support for the org-mode and inlay for rust from the lsp-mode.2023-05-22
: Added docs subdirectory with all given configurations.2023-05-10
: Starting the Emacs config file based on Spacemacs.
- An org-mode workflow for application processing
- Org Mode and
- Org Mode Configurations
- PDF Note Taker with OrgMode
- dap config for emacs (JavaScript, Swift, lua, R ..etc.)
- lisp langauge and lisp plugins dev.
- magit
- latex
- Control Obsidian
- shell scripting support
Current spacemacs
configurations supports
lsp & dap
language server protocol and debugging ability for:- python
- rust
git clone https://github.com/Ghasak/emacs_config
emacs -q --load ~/.spacemancs
- void-function treemacs--setup-icon-background-colors
- Track the solution here: Helm-icons-Issues
- Some useful commands for resolving problems with downloading the packages from MELPA
package-refresh-contents
Try clearing the cache in your browser for melpa.org. Or just pressing Ctrl-F5.