|
|
|
@ -1231,7 +1231,7 @@ On the fly syntax checking
@@ -1231,7 +1231,7 @@ On the fly syntax checking
|
|
|
|
|
(setq erc-fill-column (- (window-width) 2)))) |
|
|
|
|
(add-hook 'erc-mode-hook |
|
|
|
|
'(lambda () |
|
|
|
|
(setq-local scroll-margin 0))) |
|
|
|
|
(setq-local scroll-margin 1))) |
|
|
|
|
|
|
|
|
|
(setq erc-rename-buffers t |
|
|
|
|
erc-interpret-mirc-color t |
|
|
|
@ -1270,7 +1270,7 @@ Stores all backups and temp files in =~/.bak.emacs/=
@@ -1270,7 +1270,7 @@ Stores all backups and temp files in =~/.bak.emacs/=
|
|
|
|
|
** Org Project |
|
|
|
|
|
|
|
|
|
#+BEGIN_SRC emacs-lisp :tangle yes |
|
|
|
|
(load-file "c:/dev/SideProjects/org-project/org-project.el") |
|
|
|
|
(load-file "~/Projects/org-project/org-project.el") |
|
|
|
|
(setq org-project-use-ag t) |
|
|
|
|
#+END_SRC |
|
|
|
|
|
|
|
|
|