mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
6c92badd87
23.x), which GTK and Xft support. Add something like (set-default-font "Bitstream Vera Sans Mono-8") to ~/.emacs to get a TTF font. svn path=/nixpkgs/trunk/; revision=7841
5 lines
88 B
Bash
5 lines
88 B
Bash
source $stdenv/setup
|
|
|
|
mkdir -p $out/emacs/site-lisp
|
|
cp $src $out/emacs/site-lisp/cua.el
|