summaryrefslogtreecommitdiff
path: root/emacs
AgeCommit message (Expand)Author
2015-10-09emacs: Fix 'guix-build-log-phase-toggle-all'....Alex Kost
2015-10-09emacs: devel: Fix 'modify-phases' highlighting....Alex Kost
2015-10-09emacs: devel: Highlight gexp symbols....Alex Kost
2015-09-26emacs: devel: Highlight 'modify-phases' keywords....Alex Kost
2015-09-25emacs: build-log: Improve regexp for the phase end....Alex Kost
2015-09-23emacs: Add 'guix-devel-build-package-definition'....Alex Kost
2015-09-23emacs: Add development utils....Alex Kost
2015-09-23emacs: Add "View map" action to 'size' popup....Alex Kost
2015-09-22emacs: Add code to call guile procedures....Alex Kost
2015-09-22emacs: Move code for evaluating to "guix-geiser.el"....Alex Kost
2015-09-22emacs: Move guile related code to "guix-guile.el"....Alex Kost
2015-09-22emacs: Improve 'guix-prettify-regexp'....Alex Kost
2015-09-18emacs: Replace 'guix-any' with 'cl-some'....Alex Kost
2015-09-18emacs: Add commands to show/hide build log phases....Alex Kost
2015-09-15emacs: Add "View build log" action to build popup....Alex Kost
2015-09-15emacs: Add modes for viewing build logs....Alex Kost
2015-09-15emacs: Display guix command errors in the minibuffer....Alex Kost
2015-09-15emacs: Add customization groups for faces....Alex Kost
2015-09-08ui: Add package-description-string....Mathieu Lirzin
2015-09-04emacs: Add support for "triplet" package inputs....Alex Kost
2015-09-02emacs: Use "r" key for 'cran' action in 'import' popup....Alex Kost
2015-09-01emacs: Add "View graph" action to graph popup....Alex Kost
2015-09-01emacs: Allow users to choose a 'find-file' function....Alex Kost
2015-09-01emacs: Add code to run 'dot' program....Alex Kost
2015-09-01emacs: Add code to pipe guix output to external program....Alex Kost
2015-08-30emacs: Use only one guix-load-path variable....Mathieu Lirzin
2015-08-30emacs: Fix guix-guile-program default value....Mathieu Lirzin
2015-08-30build: Produce 'guix-config' instead of using compile-time tricks....Mathieu Lirzin
2015-08-30emacs: Use prompt for packages instead popup for edit action....Alex Kost
2015-08-30emacs: Add popup interface for guix commands....Alex Kost
2015-08-30emacs: Add "guix-popup.el"....Alex Kost
2015-08-30emacs: Add code to run guix command in shell....Alex Kost
2015-08-30emacs: Add code to run guix command in REPL....Alex Kost
2015-08-30emacs: Add and use alist accessors....Alex Kost
2015-08-30emacs: Add minibuffer readers....Alex Kost
2015-08-30emacs: Add help variables....Alex Kost
2015-08-30emacs: Add 'guix-package-names'....Alex Kost
2015-08-30emacs: Add 'guix-graph-type-names'....Alex Kost
2015-08-30emacs: Add 'guix-lint-checker-names'....Alex Kost
2015-08-30emacs: Add 'guix-memoized-defalias' macro....Alex Kost
2015-08-30emacs: Add 'guix-any'....Alex Kost
2015-08-30emacs: Add utils to copy guix command....Alex Kost
2015-08-30emacs: Add utils to make symbol and string for guix command....Alex Kost
2015-08-30emacs: Add and use 'guix-concat-strings'....Alex Kost
2015-08-30emacs: Add and use 'guix-while-search'....Alex Kost
2015-08-30emacs: Add 'guix-prettify' to 'guix' custom group....Alex Kost
2015-08-30emacs: Remove leftover internal variable....Alex Kost
2015-08-27emacs: Add completions for 'guix graph'....Alex Kost
2015-07-20emacs: Require 'cl-lib'....Ludovic Courtès
2015-07-20emacs: Fix reference to directory variable....Christopher Allan Webber