From 0c9b8de563dc44e3512e7a0e2551f57365f69a2d Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 2 Jul 2012 10:28:13 +0100 Subject: [PATCH] Add some customizations for minimap-mode --- custom-variables.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/custom-variables.el b/custom-variables.el index 490a7ab..bac820c 100644 --- a/custom-variables.el +++ b/custom-variables.el @@ -49,6 +49,8 @@ '(magit-repo-dirs (quote ("~/Projects" "~/.dotfiles" "~/.emacs.d"))) '(magit-status-buffer-switch-function (quote switch-to-buffer)) '(markdown-command "redcarpet") + '(minimap-width-fraction 0.1) + '(minimap-window-location (quote right)) '(ns-tool-bar-display-mode nil t) '(ns-tool-bar-size-mode nil t) '(nxhtml-skip-welcome t)