commit aae2bee157a74464638c442159cd6ea02bc4ceb0 from: Omar Polo date: Sun Jul 25 15:47:19 2021 UTC align commit - 70d237dfca1766a56254470d2b97611d02c79010 commit + aae2bee157a74464638c442159cd6ea02bc4ceb0 blob - 9ecb75426404cb073667ece1e5eb73282f7eff9a blob + 60d416a534b2e9e358fe933856e74ea20325bcc0 --- Makefile.am +++ Makefile.am @@ -2,41 +2,41 @@ bin_PROGRAMS = telescope EXTRA_telescope_SOURCES = compat/ohash.h compat/queue.h compat/imsg.h -telescope_SOURCES = cmd.c \ - cmd.gen.c \ - cmd.h \ - compat.h \ - compl.c \ - compl.h \ - defaults.c \ - defaults.h \ - emoji-matcher.c \ - fs.c \ - gen-emoji-matcher.sh \ - gencmd.awk \ - help.c \ - hist.c \ - keymap.c \ - mime.c \ - minibuffer.c \ - minibuffer.h \ - net.c \ - pages.c \ - pages.h \ - parse.y \ - parser.c \ - parser.h \ +telescope_SOURCES = cmd.c \ + cmd.gen.c \ + cmd.h \ + compat.h \ + compl.c \ + compl.h \ + defaults.c \ + defaults.h \ + emoji-matcher.c \ + fs.c \ + gen-emoji-matcher.sh \ + gencmd.awk \ + help.c \ + hist.c \ + keymap.c \ + mime.c \ + minibuffer.c \ + minibuffer.h \ + net.c \ + pages.c \ + pages.h \ + parse.y \ + parser.c \ + parser.h \ parser_gemtext.c \ parser_textplain.c \ - sandbox.c \ - telescope.c \ - telescope.h \ - tofu.c \ - ui.c \ - ui.h \ - utf8.c \ - utf8.h \ - util.c \ + sandbox.c \ + telescope.c \ + telescope.h \ + tofu.c \ + ui.c \ + ui.h \ + utf8.c \ + utf8.h \ + util.c \ wrap.c # phos bundled files