Emacs 24.1-2 не сглаживает шрифты
Слева Емакс, справа Гвим:
Как включить сглаживание?
(setq frame-title-format
'((buffer-file-name "%f"
(dired-directory dired-directory "%b"))))
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/tomorrow")
(global-hl-line-mode 1)
(desktop-save-mode t)
(custom-set-variables
'(current-language-environment "UTF-8")
'(custom-enabled-themes (quote (tomorrow-night-bright)))
'(custom-safe-themes (quote ("32ff89088ee3518fc03954b09ecca3614fdc51aa5108dfb3b3cba68083b701f6" "ca2d69f5dd853dbf6fbcf5d0f1759ec357fda19c481915431015417ec9c1fbd8" "344ff60900acf388116822a0540b34699fc575cf29a5c9764453d045cc42a476" "935e766f12c5f320c360340c8d9bc1726be9f8eb01ddeab312895487e50e5835" "cfd71d55f448690641d6e8ca6438ab696bcaff3296905f95d91d4990166863d5" default)))
'(scroll-bar-mode nil)
'(tool-bar-mode nil))
(custom-set-faces
'(default ((t (:family "Anonymous Pro" :foundry "unknown" :slant normal :weight normal :height 140 :width normal)))))