changeset 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
files dotemacs.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dotemacs.el
+++ b/dotemacs.el
@@ -43,7 +43,7 @@
 (bar-cursor-mode)
 
 ;(require 'erc-highlight-mode)
-(setq erc-input-line-position -2)
+(setq erc-input-line-position -1)
 
 ;; Enable ditaa for org-babel
 (setq org-ditaa-jar-path "/usr/share/ditaa/ditaa.jar")