-
Notifications
You must be signed in to change notification settings - Fork 0
christosc/elisp
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Various Emacs Lisp scripts.
* emacs.d/init.el: Emacs initialization settings.
* macgreek.el: An Emacs input method mimicking the Mac's one for inputting polytonic Greek.
INSTALLATION:
Add to your .emacs.d/init.el file the following:
1. Clone within e.g. ~/.emacs.d/elisp.
2. Add to init.el the following:
(add-to-list 'load-path "~/.emacs.d/elisp")
(require 'mac-greek)
(setq default-input-method "mac-greek")
3. Then you can switch between the input methods with C-\ .
About
Various Emacs Lisp scripts
Resources
Stars
Watchers
Forks
Releases
No releases published