Basic emacs configuration: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

20 November 2024

  • curprev 16:5816:58, 20 November 2024Mwroot talk contribs 9,153 bytes +9,153 Created page with "== basic == <syntaxhighlight lang="elisp" line> (set-language-environment "UTF-8") (set-default-coding-systems 'utf-8-unix) ;; (setq package-archives '(("gnu" . "http://1.15.88.122/gnu/") ;; ("melpa" . "http://1.15.88.122/melpa/"))) ;; (set-face-attribute 'default nil :font "DejaVu Serif:pixelsize=30") ;; (set-fontset-font t 'han "TW-MOE-Std-Kai:pixelsize=30") ;; (set-fontset-font t 'han "WenQuanYi Zen Hei:pixelsize=25" nil 'append) ;; DejaVu..."