Skip to content

minad/hasklig-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hasklig-mode.el - Hasklig ligatures for emacs

GNU Emacs MELPA MELPA Stable
  1. Install the Hasklig font to ~/.fonts.
  2. Modify your emacs configuration .emacs.d/init.el.

Example configuration:

(set-face-attribute 'default nil
                    :family "Hasklig"
                    :height 200
                    :weight 'normal
                    :width 'normal)

(use-package hasklig-mode
  :hook (haskell-mode))