Skip to content

Instantly share code, notes, and snippets.

View yuutayamada's full-sized avatar

Yuta Yamada yuutayamada

View GitHub Profile
@plaidfinch
plaidfinch / pretty-pragmata.el
Last active July 15, 2021 01:56
Mappings for prettify-symbols-mode to enable Pragmata Pro's ligatures in Emacs. I've taken some slight liberties with the original ligature map, to suit my own tastes.
;; PRETTIFY SYMBOLS (with Pragmata Pro)
(defun setup-pragmata-ligatures ()
(setq prettify-symbols-alist
(append prettify-symbols-alist
'(("!!" . ?)
("!=" . ?)
("!==" . ?)
("!≡" . ?)
("!≡≡" . ?)
("!>" . ?)
@octocat
octocat / .gitignore
Created February 27, 2014 19:38
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
@supermomonga
supermomonga / org-latex.el
Created December 9, 2012 10:58
org-modeでの法政大学論文LaTeX用エクスポートフォーマット
;;; Classes
;; LaTeX::法政大学卒論
(when (require 'org nil t)
;;(setq org-export-latex-date-format "%Y-%m-%d")
(setq org-export-latex-classes nil)
;; 抄録class
(add-to-list 'org-export-latex-classes
'("thesis"
"
\\documentclass[11pt,a4paper]{jarticle}