Mercurial > hg > dotemacs
comparison dotemacs.el @ 217:540cc92e6549
erc-mode: change input line position
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Tue, 04 Jul 2023 19:23:45 -0400 |
parents | f676a67d74c9 |
children | da89395f2d6c |
comparison
equal
deleted
inserted
replaced
216:f676a67d74c9 | 217:540cc92e6549 |
---|---|
41 ;; I think I like the idea of the cursor being more indicative of | 41 ;; I think I like the idea of the cursor being more indicative of |
42 ;; where the point is. | 42 ;; where the point is. |
43 (bar-cursor-mode) | 43 (bar-cursor-mode) |
44 | 44 |
45 ;(require 'erc-highlight-mode) | 45 ;(require 'erc-highlight-mode) |
46 (setq erc-input-line-position -2) | 46 (setq erc-input-line-position -1) |
47 | 47 |
48 ;; Enable ditaa for org-babel | 48 ;; Enable ditaa for org-babel |
49 (setq org-ditaa-jar-path "/usr/share/ditaa/ditaa.jar") | 49 (setq org-ditaa-jar-path "/usr/share/ditaa/ditaa.jar") |
50 (org-babel-do-load-languages | 50 (org-babel-do-load-languages |
51 'org-babel-load-languages | 51 'org-babel-load-languages |