Commit graph

2591 commits

Author SHA1 Message Date
Christoph Paulik 7cc096e213 activate inferior-python-mode in comint buffer
this enables autocompletion
This code still has the bug that point stays in the comint buffer
2015-03-14 23:57:39 -04:00
Christoph Paulik 06a2d9ba47 fixes python compile command
- now sets the compile command correctly if python buffers are switched
- moves point to end of comint buffer, useful if a breakpoint is set
2015-03-14 23:57:37 -04:00
Michael Hauser-Raspe fea5ef423a Update echo area documentation for auto-highlight symbol
as I didn't know about this
2015-03-14 23:54:57 -04:00
Tu Do 3e277409ea [Fix #738] Display all parameters in the top line
This change allows semantic-sticky-func-mode to display parameters that
are scattered in many lines by using stickyfunc-enhance package. It also
specifically handles Python to also display assigned values if
available.

Also update documentation.
2015-03-14 22:56:20 -04:00
person808 9f1cacf236 Set evil-snipe-override-evil.
Replaces enabling evil-snipe-override-mode directly.
2015-03-14 22:55:39 -04:00
syl20bnr f8297b075c Small refactor of spacemacs/config.el 2015-03-14 22:55:05 -04:00
syl20bnr 998984859f Add SPC m e l to evaluate current line in emacs-lisp 2015-03-14 22:54:45 -04:00
syl20bnr 3eed76a316 Simplify fill column indicator configuration
Fixes #821
2015-03-14 11:09:01 -04:00
Endre Bakken Stovner 4a493f450b Add fci with spc-t-0 at fill-column 2015-03-14 10:53:34 -04:00
Simon Vandel Sillesen 49a8ca4d03 Add documentation for "go to page number" in docView 2015-03-14 10:48:54 -04:00
syl20bnr 3098a1a2d8 Refactor python compile command 2015-03-14 02:59:12 -04:00
Christoph Paulik ca7048c971 Add python compile command
- automatically changes compile command to
  ```python (buffer-file-name```
  for python buffers
- automatically starts comint mode in python mode to allow interaction
  with debugger
2015-03-14 02:56:51 -04:00
syl20bnr 14a3737890 Rename spacemacs custom cider function
Add the cider prefix to avoid clashes
2015-03-14 01:46:05 -04:00
syl20bnr 8982836fe9 Adapt fsharp to the conventions 2015-03-14 01:45:52 -04:00
Ryan Roberts 02c5c82768 Add fsharp layer 2015-03-13 23:24:17 -04:00
Michael Hauser-Raspe 519e46bbc9 Add haskell-type-on-previous-line function 2015-03-13 23:22:39 -04:00
syl20bnr e7d2532cc8 Refactor dash layer
Rename variable dash/helm-dash-docset-newpath to
dash-helm-dash-docset-path
2015-03-13 23:16:40 -04:00
Pierre Radermecker 600809b7e3 Add support for helm-dash in dash layer 2015-03-13 23:04:22 -04:00
syl20bnr a5784f3756 Move ediff layer into spacemacs
because ediff is a built-in layer
2015-03-13 23:00:34 -04:00
syl20bnr b8665b748d Fix utf-8 separator in powerline configuration 2015-03-13 22:57:27 -04:00
Michael Hauser-Raspe 7dbdd5051a Add basic ediff layer 2015-03-13 22:11:25 -04:00
Michael Hauser-Raspe ab956fd1fd fasd layer: add file-only, directory-only functions and helm-completion 2015-03-13 22:09:34 -04:00
syl20bnr 2c9933b466 Fix mode-line progress bar in the dotfile when pressing C-c C-c 2015-03-13 22:08:30 -04:00
syl20bnr 34d7cee6d0 Enable utf8 support for the new powerline in terminal.
Must use a patched font.
2015-03-13 22:07:53 -04:00
syl20bnr cdfc462c99 Fix presence of GUI element when starting emacs as a daemon 2015-03-13 00:29:30 -04:00
syl20bnr 0052466422 Add official logo to startup page 2015-03-12 23:55:38 -04:00
syl20bnr 426ad1a4bc Add spacemacs icon asset 2015-03-12 23:51:43 -04:00
syl20bnr ef4d48a283 Add Spacemacs logo by Nasser Alshammari to the README 2015-03-12 23:50:50 -04:00
syl20bnr c5b1068657 Block go-oracle configuration if go-oracle not found 2015-03-12 00:36:09 -04:00
syl20bnr ca17484f97 Change :if condition in company-go init function 2015-03-12 00:26:12 -04:00
syl20bnr c9e4864f50 Tweaks for mode-line display at startup time 2015-03-12 00:25:52 -04:00
syl20bnr 9faa1542cb Use mode-line as a progress bar 2015-03-11 23:46:37 -04:00
syl20bnr 1a3e6df65c Add achievements in documentation 2015-03-11 00:59:03 -04:00
syl20bnr 6d099ffa2e Display scroll micro state docstring in minibuffer 2015-03-11 00:53:39 -04:00
Simon Vandel Sillesen 068426dd9c Add keybinding for doc-view-goto-page (gt) in DocView mode 2015-03-11 00:33:39 -04:00
Michael Hauser-Raspe 5a403862d7 Add exec-path-from-shell for linux desktop
so that people with gdm get their path setup correctly
2015-03-11 00:29:55 -04:00
syl20bnr 6e13741d26 Update mode-line toggles in documentation 2015-03-11 00:14:43 -04:00
luxbock d686c4cc4d Add toggle for displaying location of point in the mode-line. 2015-03-11 00:08:55 -04:00
Jason Rose-Kuhrt fbf4be36cd Minor fixes/improvements to vocabularly, grammar, clarity 2015-03-11 00:03:32 -04:00
Citizen 1aaf80ea94 Clarify which chord is cider-jack-in 2015-03-10 23:43:17 -04:00
syl20bnr 46d23171f3 Remove from doc the obsolete SPC p j bindings
Fixes #799
2015-03-10 23:26:58 -04:00
syl20bnr 9ee4e5d9fb Add :disable-evil-leader keyword in micro-states 2015-03-10 23:18:57 -04:00
syl20bnr 453343a920 Allow keymaps in micro-states 2015-03-10 23:11:52 -04:00
syl20bnr 66d856f3a3 Prevent popup of guide-key buffer when a micro-state is active 2015-03-10 23:11:23 -04:00
syl20bnr b15d0bcbec Bump version to 0.65.2 2015-03-10 20:34:26 -04:00
syl20bnr a1732a8098 Remove unneeded code in C++ layer packages.el file
Use variable spacemacs-cache-directory
2015-03-10 20:33:49 -04:00
syl20bnr fe6cbe790a C++ layer README srefactor is not available in previous version of emacs 2015-03-10 20:33:47 -04:00
Tu Do 67e5f2733b Change Semantic cache location and update documentation
Also make it compatible with Emacs 24.3
2015-03-10 20:33:45 -04:00
syl20bnr ae6e9373fb Bump to version 0.65.1 2015-03-09 20:58:30 -04:00
syl20bnr 7b3a9c62a3 Add dotspacemacs-enable-paste-micro-state (default to t) 2015-03-09 20:57:58 -04:00