summaryrefslogtreecommitdiff
path: root/emacs/guix-base.el
Commit message (Expand)AuthorAgeFilesLines
* emacs: Add "Build" button to Package Info....Alex Kost2016-05-311-0/+14
* emacs: Show built output directories in Package Info....Alex Kost2016-05-311-0/+7
* emacs: Separate package location code....Alex Kost2016-04-181-61/+1
* emacs: Use '@' to separate package names and version numbers....Alex Kost2016-03-041-1/+1
* emacs: 'C-u M-x guix-edit' prompts for directory....Alex Kost2016-02-101-7/+20
* emacs: Add missing (require 'guix-profiles)....Alex Kost2016-02-041-0/+1
* emacs: Find packages in system profiles....Alex Kost2016-01-161-7/+18
* emacs: Reorganize package/generation UI code....Alex Kost2016-01-021-274/+19
* emacs: Reorganize 'readers' code....Alex Kost2016-01-021-29/+0
* emacs: Generalize buffer interface....Alex Kost2016-01-021-387/+9
* emacs: Generalize buffer naming....Alex Kost2016-01-021-117/+22
* emacs: Generalize buffer reverting....Alex Kost2016-01-021-24/+6
* emacs: Generalize buffer redisplaying....Alex Kost2016-01-021-33/+31
* emacs: Split 'guix-root-map' keymap....Alex Kost2016-01-021-4/+2
* emacs: Add wrappers for 'history-size' and 'revert-confirm'....Alex Kost2016-01-021-4/+18
* emacs: Split 'guix-param-titles' variable....Alex Kost2016-01-021-24/+37
* emacs: info: Split 'guix-info-format' variable....Alex Kost2016-01-021-24/+31
* emacs: Factorize macros for defining interfaces....Alex Kost2016-01-021-66/+56
* emacs: Add 'guix-keyword-args-let'....Alex Kost2016-01-021-57/+49
* emacs: Rename internal procedures....Alex Kost2016-01-021-19/+16
* emacs: Simplify defining parameter titles....Alex Kost2016-01-021-41/+5
* emacs: Add API for 'guix-entry'....Alex Kost2016-01-021-15/+10
* emacs: Fix 'guix-pull'....Alex Kost2015-12-061-2/+3
* emacs: Fix 'guix-apply-manifest'....Alex Kost2015-12-061-3/+4
* emacs: Add completions for '--type' option of 'refresh' popup....Alex Kost2015-11-021-0/+4
* emacs: Use 'switch-to-generation*'....Alex Kost2015-10-271-1/+1
* emacs: Move guile related code to "guix-guile.el"....Alex Kost2015-09-221-0/+1
* emacs: Display guix command errors in the minibuffer....Alex Kost2015-09-151-3/+6
* emacs: Add customization groups for faces....Alex Kost2015-09-151-1/+6
* emacs: Use prompt for packages instead popup for edit action....Alex Kost2015-08-301-7/+5
* emacs: Add code to run guix command in shell....Alex Kost2015-08-301-0/+36
* emacs: Add code to run guix command in REPL....Alex Kost2015-08-301-0/+21
* emacs: Add and use alist accessors....Alex Kost2015-08-301-11/+11
* emacs: Add 'guix-package-names'....Alex Kost2015-08-301-0/+14
* emacs: Add 'guix-graph-type-names'....Alex Kost2015-08-301-0/+4
* emacs: Add 'guix-lint-checker-names'....Alex Kost2015-08-301-1/+8
* emacs: Add and use 'guix-concat-strings'....Alex Kost2015-08-301-1/+1
* emacs: Remove leftover internal variable....Alex Kost2015-08-301-1/+0
* emacs: Add 'guix-root-map'....Alex Kost2015-06-261-9/+12
* emacs: Add "edit" command to a list of packages....Alex Kost2015-06-221-0/+8
* emacs: Add 'guix-apply-manifest'....Alex Kost2015-05-291-0/+27
* emacs: Move profiles code to "guix-profiles.el.in"....Alex Kost2014-12-021-41/+1
* emacs: Add "Source" field to 'guix-info' buffers....Alex Kost2014-11-121-3/+30
* emacs: Improve 'guix-redisplay-buffer'....Alex Kost2014-11-101-6/+33
* emacs: Restore mode-line after operation prompt....Alex Kost2014-11-101-4/+6
* emacs: Add interface for comparing generations....Alex Kost2014-11-041-0/+111
* emacs: Improve minibuffer messages....Alex Kost2014-11-041-106/+7
* emacs: Add 'guix-pull' command....Alex Kost2014-10-271-0/+39
* emacs: Improve buffer procedures....Alex Kost2014-10-271-21/+30
* emacs: Handle updating by ID after REPL restart....Alex Kost2014-10-271-6/+34