Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hhsaez/emacs.d
Emacs settings for custom setup
https://github.com/hhsaez/emacs.d
Last synced: about 1 month ago
JSON representation
Emacs settings for custom setup
- Host: GitHub
- URL: https://github.com/hhsaez/emacs.d
- Owner: hhsaez
- Created: 2018-01-22T14:02:40.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-08-11T20:42:47.000Z (3 months ago)
- Last Synced: 2024-08-11T21:45:28.548Z (3 months ago)
- Language: Emacs Lisp
- Size: 5.38 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Instalation
Clone this repository into your Emacs config directory (or create one if none exists).## Windows
The first time, you need to Emacs as Administrator in order to create the required symliks.# ORG-ROAM
My Emacs configuration will attempt to use org-roam. Check out the [Intallation Guide](https://www.orgroam.com/manual.html#Installation) to understand how to setup all requirements in the different platforms.## Windows
`org-mode` expects a directory called `~/.org`, so make sure it exists and/or a symlink is setup correctly.On Windows, it is better to leave the default directory for .org-roam (`~/.org-roam`) as is, and use a symlink to point it to the expected directory
# Troubleshooting
This configuration will store user-defined settings in a separated file (`custom.el`). If you're having troubles when updating the configuration files and variable values are not set correctly, remove the custom.el file and try again.