Skip to content

christosc/elisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

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

Packages

No packages published