From a418ca3446fbcf9936ed2dfa2a67c73a0692f2d2 Mon Sep 17 00:00:00 2001
From: san <phamtusan@gmail.com>
Date: Mon, 15 Jan 2018 18:09:10 +0100
Subject: [PATCH] install emacs25

got error auctex is unavailable. I tried to install it and added the load-path to init file but it doesnt workkkk
---
 init.el | 1 +
 init.sh | 6 ++++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/init.el b/init.el
index 6bec1e2..da620a3 100644
--- a/init.el
+++ b/init.el
@@ -8,6 +8,7 @@
 ;(add-to-list 'load-path "~/.emacs.d/auto-complete-clang/")
 ;(dd-to-list 'load-path "~/.emacs.d/lisp/benchmark-init-el")
 ;(add-to-list 'load-path "/usr/local/share/emacs/site-lisp/doxymacs")
+;(add-to-list 'load-path "~/.emacs.d/site-lisp/auctex")
 ;(require 'benchmark-init-loaddefs)
 ;(benchmark-init/activate)
 
diff --git a/init.sh b/init.sh
index 63b3cd2..f50b7ed 100644
--- a/init.sh
+++ b/init.sh
@@ -1,8 +1,9 @@
 #!/bin/bash
 
-# install emacs
+# install emacs25
+sudo add-apt-repository ppa:kelleyk/emacs
 sudo apt-get update
-sudo apt-get install -y emacs
+sudo apt-get install emacs25
 sudo apt-get clean
 
 # directory for orgfiles
@@ -19,3 +20,4 @@ touch $orgfileDir/meeting.org
 
 # download config file
 git clone https://gitlab.version.fz-juelich.de/chraibi1/san_emacs.git $HOME/.emacs.d
+
-- 
GitLab