diff --git a/init.el b/init.el index 347981a..7d12dc6 100644 --- a/init.el +++ b/init.el @@ -111,8 +111,7 @@ (setq recentf-max-menu-items 25) (global-set-key "\C-x\ \C-r" 'recentf-open-files) ; text size change -;(set-face-attribute 'default (selected-frame) :height 95) -(set-face-attribute 'default (selected-frame) :font "-outline-Bitstream Vera Sans Mono-normal-normal-normal-mono-12-*-*-*-c-*-iso8859-1") +(set-face-attribute 'default nil :font "-outline-Bitstream Vera Sans Mono-normal-normal-normal-mono-12-*-*-*-c-*-iso8859-1") ; Ediff stuff (setq ediff-window-setup-function 'ediff-setup-windows-plain) ; ERC @@ -131,6 +130,7 @@ '(debug-on-error nil) '(erc-fill-mode nil) '(erc-generate-log-file-name-function (quote erc-generate-log-file-name-network)) + '(erc-log-channels-directory "~/.emacs.d/erc/logs/") '(erc-log-mode t) '(erc-log-write-after-insert t) '(erc-modules (quote (autojoin completion list log menu ring stamp ercn netsplit fill button match track readonly networks autojoin noncommands irccontrols move-to-prompt stamp)))