https://github.com/henrikbengtsson/dotfiles-for-emacs
Dot files for Emacs
https://github.com/henrikbengtsson/dotfiles-for-emacs
Last synced: about 2 months ago
JSON representation
Dot files for Emacs
- Host: GitHub
- URL: https://github.com/henrikbengtsson/dotfiles-for-emacs
- Owner: HenrikBengtsson
- Created: 2015-02-02T14:47:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-03-29T22:52:45.000Z (about 6 years ago)
- Last Synced: 2025-02-02T14:16:55.513Z (3 months ago)
- Language: Emacs Lisp
- Size: 76.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles for Emacs
## A note about keybinding
On some terminals [certain key sequences are not recieved by Emacs](http://stackoverflow.com/questions/4623630/emacs-control-shift-up-doesnt-work).
For instance, it may be that Ctrl-Shift-c (`C-S-c`) is seen as just
Ctrl-c (`C-c`) by Emacs. You can check what sequences are send by
typing key sequence `Ctrl-v ` in the terminal. Example:
```sh
$ [Ctrl-v Ctrl-Shift-c]
```
If you see
```sh
$ ^C
```
then you know that only Ctrl-c (`^C`) is received.## License
The files I create are released under LGPL (>= 2.1). For all other
files, please see their individual licenses; they are mostly
distributed under GPL.