From aa64092dc9bdb6c5657c0eed558a8e65870f3193 Mon Sep 17 00:00:00 2001 From: Eivind Fonn Date: Fri, 23 Oct 2015 10:14:30 +0200 Subject: [PATCH] FAQ: %s/ \?/?/g --- doc/FAQ.org | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/doc/FAQ.org b/doc/FAQ.org index 10a99c97e..53bb73220 100644 --- a/doc/FAQ.org +++ b/doc/FAQ.org @@ -1,14 +1,14 @@ * FAQ :TOC@4: - [[#common][Common]] - - [[#which-version-of-spacemacs-am-i-running-][Which version of Spacemacs am I running ?]] - - [[#what-is-the-official-pronunciation-of-spacemacs-][What is the official pronunciation of Spacemacs ?]] - - [[#why-are-packages-installed-with-package-install-automatically-deleted-by-spacemacs-when-it-boots-][Why are packages installed with =package-install= automatically deleted by Spacemacs when it boots ?]] - - [[#the-spacemacs-banner-is-ugly-what-should-i-do-][The Spacemacs banner is ugly, what should I do ?]] - - [[#the-powerline-separators-are-ugly-how-can-i-fix-them-][The powerline separators are ugly, how can I fix them ?]] - - [[#the-powerline-separators-have-no-anti-aliasing-what-can-i-do-][The powerline separators have no anti-aliasing, what can I do ?]] - - [[#why-is-after-init-hook-not-executed-][Why is after-init-hook not executed ?]] - - [[#what-is-the-difference-between-spacemacs-base-and-spacemacs-distributions-][What is the difference between =spacemacs-base= and =spacemacs= distributions ?]] - - [[#how-can-i-change-or-define-an-alias-for-an-evil-leader-prefix-][How can I change or define an alias for an =evil-leader= prefix ?]] + - [[#which-version-of-spacemacs-am-i-running][Which version of Spacemacs am I running?]] + - [[#what-is-the-official-pronunciation-of-spacemacs][What is the official pronunciation of Spacemacs?]] + - [[#why-are-packages-installed-with-package-install-automatically-deleted-by-spacemacs-when-it-boots][Why are packages installed with =package-install= automatically deleted by Spacemacs when it boots?]] + - [[#the-spacemacs-banner-is-ugly-what-should-i-do][The Spacemacs banner is ugly, what should I do?]] + - [[#the-powerline-separators-are-ugly-how-can-i-fix-them][The powerline separators are ugly, how can I fix them?]] + - [[#the-powerline-separators-have-no-anti-aliasing-what-can-i-do][The powerline separators have no anti-aliasing, what can I do?]] + - [[#why-is-after-init-hook-not-executed][Why is after-init-hook not executed?]] + - [[#what-is-the-difference-between-spacemacs-base-and-spacemacs-distributions][What is the difference between =spacemacs-base= and =spacemacs= distributions?]] + - [[#how-can-i-change-or-define-an-alias-for-an-evil-leader-prefix][How can I change or define an alias for an =evil-leader= prefix?]] - [[#should-i-place-my-settings-in-user-init-or-user-config][Should I place my settings in =user-init= or =user-config=?]] - [[#why-do-some-of-my-org-related-settings-cause-problems][Why do some of my =org=-related settings cause problems?]] - [[#how-do-i][How do I]] @@ -19,44 +19,44 @@ - [[#enable-navigation-by-visual-lines][Enable navigation by visual lines?]] - [[#disable-evilification-of-a-mode][Disable evilification of a mode?]] - [[#windows][Windows]] - - [[#why-do-the-fonts-look-crappy-on-windows-][Why do the fonts look crappy on Windows ?]] - - [[#why-is-there-no-spacemacs-logo-in-the-startup-buffer-][Why is there no Spacemacs logo in the startup buffer ?]] + - [[#why-do-the-fonts-look-crappy-on-windows][Why do the fonts look crappy on Windows?]] + - [[#why-is-there-no-spacemacs-logo-in-the-startup-buffer][Why is there no Spacemacs logo in the startup buffer?]] - [[#why-are-all-packages-unavailable][Why are all packages unavailable?]] - [[#os-x][OS X]] - - [[#why-are-the-powerline-colors-not-correct-on-os-x-][Why are the powerline colors not correct on OS X ?]] + - [[#why-are-the-powerline-colors-not-correct-on-os-x][Why are the powerline colors not correct on OS X?]] ** Common -*** Which version of Spacemacs am I running ? +*** Which version of Spacemacs am I running? The version is displayed on the upper right corner of the loading screen. You may also just type ~SPC f e v~. -*** What is the official pronunciation of Spacemacs ? +*** What is the official pronunciation of Spacemacs? As it is written, that is _space_ then _macs_. -*** Why are packages installed with =package-install= automatically deleted by Spacemacs when it boots ? +*** Why are packages installed with =package-install= automatically deleted by Spacemacs when it boots? To declare new packages you have to create a new configuration layer, see the [[file:QUICK_START.org][quick start guide]]. -*** The Spacemacs banner is ugly, what should I do ? +*** The Spacemacs banner is ugly, what should I do? Install the default font supported by Spacemacs or choose a fixed width font. More information in the font section of the [[file:DOCUMENTATION.org][documentation]]. -*** The powerline separators are ugly, how can I fix them ? +*** The powerline separators are ugly, how can I fix them? Use the property =:powerline-scale= of the variable =dotspacemacs-default-font=. See font section of the [[file:DOCUMENTATION.org][documentation]] for more details. -*** The powerline separators have no anti-aliasing, what can I do ? +*** The powerline separators have no anti-aliasing, what can I do? Emacs powerline uses XMP images to draw the separators in a graphical environment. You can have anti-aliasing if you use the =utf8= separator. Note that by default the =utf8= separator is used in a terminal. See the powerline section in the font section of the [[file:DOCUMENTATION.org][documentation]]. -*** Why is after-init-hook not executed ? +*** Why is after-init-hook not executed? Don't launch Spacemacs with =emacs -q -l init.el= command. This command will run the hooked function in =after-init-hook= before the evaluation of the passed =-l init.el= file. -*** What is the difference between =spacemacs-base= and =spacemacs= distributions ? +*** What is the difference between =spacemacs-base= and =spacemacs= distributions? The =distribution= concept was introduced in 0.104.x. You can now choose between two distributions =spacemacs= or =spacemacs-base=. =spacemacs-base= contains only a minimal set of packages; whereas =spacemacs= @@ -66,7 +66,7 @@ Set the distribution with =dotspacemacs-distribution= variable. The default is check out the =packages.el= file in the respective folders in the =+distribution= folder of the =layers/= directory. -*** How can I change or define an alias for an =evil-leader= prefix ? +*** How can I change or define an alias for an =evil-leader= prefix? It is possible to change an =evil-leader= prefix by binding its keymap to another sequence. For instance, if you want to switch ~SPC l~ (=evil-avy-goto-line=) with ~SPC L~ (=perspectives= layer) to make the later @@ -178,11 +178,11 @@ binding in the mode's map, e.g. for =magit-status-mode=, #+end_src ** Windows -*** Why do the fonts look crappy on Windows ? +*** Why do the fonts look crappy on Windows? You can install [[https://code.google.com/p/mactype/][MacType]] on Windows to get very nice looking fonts. It is also recommended to disable smooth scrolling on Windows. -*** Why is there no Spacemacs logo in the startup buffer ? +*** Why is there no Spacemacs logo in the startup buffer? A GUI build of emacs supporting image display is required. You can follow the instructions [[http://stackoverflow.com/questions/2650041/emacs-under-windows-and-png-files][here]]. Alternatively you can download binaries of emacs with image support included such as [[http://emacsbinw64.sourceforge.net/][this one]]. @@ -198,7 +198,7 @@ If this returns =nil=, you need to install the GnuTLS DDL file in the same directory as Emacs. See [[https://www.gnu.org/software/emacs/manual/html_mono/emacs-gnutls.html#Help-For-Users][here]] for instructions. ** OS X -*** Why are the powerline colors not correct on OS X ? +*** Why are the powerline colors not correct on OS X? This is a [[https://github.com/milkypostman/powerline/issues/54][known issue]] as of Emacs 24.4 due to =ns-use-srgb-colorspace= defaulting to true. It is recommended to use the [[github.com/railwaycat/homebrew-emacsmacport][emacs-mac-port]] build. See the install section in the [[file:../README.md][README]] for more details.