Skip to content

fabrizioschiavi/emacs-pragmatapro-ligatures

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

emacs-pragmatapro-ligatures

PragmataPro Font Ligatures 0.829 Support for Emacs

Installation and Basic Usage

Download pragmatapro-lig.el, and add below to your .emacs or init.el:

;; Load pragmatapro-lig.el
(add-to-list 'load-path "/PATH/TO/PRAGMATAPRO-LIG-EL")
(require 'pragmatapro-lig)

;; Enable pragmatapro-lig-mode for specific modes
(add-hook 'text-mode-hook 'pragmatapro-lig-mode)
(add-hook 'prog-mode-hook 'pragmatapro-lig-mode)
;; or globally
;;(pragmatapro-lig-global-mode)

You can toggle the ligature mode in the current buffer by M-x pragmatapro-lig-mode.

Sample (0.828)

sample-img

About

Emacs minor mode to support PragmataPro ligatures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%