From 4e56d668b185f9d9ca014f4cdb7dd22542c3e624 Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Thu, 26 Sep 2019 23:03:07 +0200 Subject: [PATCH] updated path of private file --- .spacemacs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.spacemacs b/.spacemacs index 1d36292..a9a5658 100644 --- a/.spacemacs +++ b/.spacemacs @@ -577,7 +577,7 @@ See the header of this file for more information." (defun dotspacemacs/user-init () (setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3") - (load "~/private/private_emacs.el") + (load "~/.emacs.d/private/private_emacs.el") (require 'org-id) (require 'package) (require 'ox-latex) @@ -589,7 +589,7 @@ See the header of this file for more information." ("org" . "https://orgmode.org/elpa/"))) ;; (add-to-list 'package-archives - ;; '("melpa" . "http://melpa.milkbox.net/packages/") t) + ;; '("melpa" . "http://melpa.milkbox.net/packages/") t) (add-hook 'flycheck-mode-hook #'flycheck-rust-setup) (flyspell-mode 0) (setq tramp-ssh-controlmaster-options