This repository is my collection of elisp packages from all over the Internet, and also a collection of my own code, all mixed together. It is not well organized.
/query NickServghostif I’m still connected.idif I’m not authenticated./nickto change.
git log -S'pattern'
C-x C-\ visit the list of recent points.
repl._creationContext.webdeveloper_clearCache()
repl.enter(content)
Copy *.ttf to Control Panel -> Fonts using explorer. In emacs,
they’re referred to by the pretty name in the Fonts panel with an
appended point size.
\HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main.
Friendly http errors, Disable Script Debugger, and
DisableScriptDebuggerIE.
From #emacs:
<nimred> wich way can i maximize emacs windows using MS Windows ? [13:58]
<proq> nimred: add to your .emacs: (add-to-list 'default-frame-alist '(height
. 105)) (add-to-list 'default-frame-alist '(width . 229)) [14:00]
<proq> you will need to adjust the numbers 105 and 229 though