Skip to content
Snippets Groups Projects
  • Ludovic Courtès's avatar
    073c34d7
    Add (guix ui). · 073c34d7
    Ludovic Courtès authored
    * guix/ui.scm: New file.
    * Makefile.am (MODULES): Add it.
    * po/POTFILES.in: Add it.
    
    * guix-build.in: Use it.
      (_, N_, leave): Remove.
      (guix-build): Use `with-error-handling' instead of the `guard' form.
    * guix-download.in: Use it.
      (_, N_, leave): Remove.
    073c34d7
    History
    Add (guix ui).
    Ludovic Courtès authored
    * guix/ui.scm: New file.
    * Makefile.am (MODULES): Add it.
    * po/POTFILES.in: Add it.
    
    * guix-build.in: Use it.
      (_, N_, leave): Remove.
      (guix-build): Use `with-error-handling' instead of the `guard' form.
    * guix-download.in: Use it.
      (_, N_, leave): Remove.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.dir-locals.el 747 B
;; Per-directory local variables for GNU Emacs 23 and later.

((nil             . ((fill-column . 72)
                     (tab-width   .  8)))
 (c-mode          . ((c-file-style . "gnu")))
 (scheme-mode
  .
  ((indent-tabs-mode . nil)
   (eval . (put 'lambda* 'scheme-indent-function 1))
   (eval . (put 'substitute* 'scheme-indent-function 1))
   (eval . (put 'with-directory-excursion 'scheme-indent-function 1))
   (eval . (put 'package 'scheme-indent-function 1))
   (eval . (put 'substitute-keyword-arguments 'scheme-indent-function 1))
   (eval . (put 'with-error-handling 'scheme-indent-function 0))))
 (emacs-lisp-mode . ((indent-tabs-mode . nil)))
 (texinfo-mode    . ((indent-tabs-mode . nil)
                     (fill-column . 72))))